TKDataFormPickerViewEditor Class Reference
Inherits from | TKDataFormInlineEditor : TKDataFormEditor : UIView |
Declared in | TKDataFormPickerViewEditor.h |
Properties
options
An array of all options in the TKDataFormOptions.
@property (nonatomic, strong, nullable) NSArray *options
Declared In
TKDataFormPickerViewEditor.h
pickerView
The editor’s UIPickerView control.
@property (nonatomic, strong, readonly, nonnull) UIPickerView *pickerView
Declared In
TKDataFormPickerViewEditor.h
selectedIndex
The index for the selected item in the options list.
@property (nonatomic) NSInteger selectedIndex
Declared In
TKDataFormPickerViewEditor.h