TKDataFormAutocompleteEditor Class Reference
Inherits from | TKDataFormViewControllerEditor : TKDataFormEditor : UIView |
Declared in | TKDataFormAutocompleteEditor.h |
Tasks
-
selectedOptionLabel
property -
accessoryImageView
property -
showAccessoryImage
property -
options
property -
selectedItem
property -
placeholder
property
Properties
accessoryImageView
The accessory image view.
@property (nonatomic, strong, readonly, nonnull) UIImageView *accessoryImageView
Declared In
TKDataFormAutocompleteEditor.h
options
Options for the autocomplete to suggest.
@property (nonatomic, strong, nullable) NSArray *options
Declared In
TKDataFormAutocompleteEditor.h
placeholder
The string that is displayed when there is no selection in the autocomplete field.
@property (nonatomic, strong, nullable) NSString *placeholder
Declared In
TKDataFormAutocompleteEditor.h
selectedItem
The selected item in the options list.
@property (nonatomic, strong, nullable) NSString *selectedItem
Declared In
TKDataFormAutocompleteEditor.h