TKDataFormOptionsEditor Class Reference
Inherits from | TKDataFormViewControllerEditor : TKDataFormEditor : UIView |
Declared in | TKDataFormOptionsEditor.h |
Tasks
-
selectedOptionLabel
property -
accessoryImageView
property -
showAccessoryImage
property -
options
property -
selectedIndex
property
Properties
accessoryImageView
The accessory image view.
@property (nonatomic, strong, readonly, nonnull) UIImageView *accessoryImageView
Declared In
TKDataFormOptionsEditor.h
options
An array of all options in the TKDataFormOptions.
@property (nonatomic, strong, nullable) NSArray *options
Declared In
TKDataFormOptionsEditor.h
selectedIndex
The index for the selected item in the options list.
@property (nonatomic) NSInteger selectedIndex
Declared In
TKDataFormOptionsEditor.h