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
pickerSourceThe picker source used to set up the picker.
indexPathThe index path associated with this picker.
View on GitHub
RSDDatePicker Class Reference