macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

UIDatepickerクラス

INDEX>UIKit>

日付を選択するためのピッカーのクラスです
継承 UIControl : UIView : UIResponder : NSObject
準拠 NSCoding
NSCoding (UIView)
NSObject (NSObject)
フレームワーク /System/Library/Frameworks/UIKit.framework
使用可能 iOS 2.0
定義 UIDatePicker.h

概要

参照

タスク

日付とカレンダーの管理

calendar property
date property
locale property
– setDate:animated
timeZone property

日付ピッカーモードの設定

datePickerMode property

属性の設定

maximumDate property
minimumDate property
minuteInterval property
countDownDuration property