Inherits from TKDataFormViewControllerEditor : TKDataFormEditor : UIView
Declared in TKDataFormAutocompleteEditor.h

Overview

AutoCompleteTextView editor.

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

selectedOptionLabel

The label of the selected option (read-only).

@property (nonatomic, strong, readonly, nonnull) TKLabel *selectedOptionLabel

Declared In

TKDataFormAutocompleteEditor.h

showAccessoryImage

A bool that determines if accessory image should be visible.

@property (nonatomic) BOOL showAccessoryImage

Declared In

TKDataFormAutocompleteEditor.h