RSDPickerViewProtocol
public protocol RSDPickerViewProtocol : class, NSObjectProtocol
RSDPickerViewProtocol
is a protocol for an input view that can be used to pick an answer.
-
The index path associated with this picker.
Declaration
Swift
@objc var indexPath: IndexPath!
-
The answer from the picker view that maps to the input field.
Declaration
Swift
@objc var answer: Any?
-
The observer to alert when there is a change in the selected value.
Declaration
Swift
@objc weak var observer: RSDPickerObserver?