RSDDatePicker
public class RSDDatePicker : UIDatePicker, RSDPickerViewProtocol
RSDDatePicker
is a date picker that stores a pointer to the index path with which it is associated.
-
The observer of this picker
Declaration
Swift
public weak var observer: RSDPickerObserver?
-
The index path associated with this picker.
Declaration
Swift
public var indexPath: IndexPath!
-
The current date.
Declaration
Swift
public var answer: Any? { get set }
-
Default initializer.
Declaration
Swift
public init(pickerSource: RSDDatePickerDataSource, indexPath: IndexPath)
Parameters
pickerSource
The picker source used to set up the picker.
indexPath
The index path associated with this picker.