TKSuggestionListView Class Reference
Inherits from | TKListView : UIView |
Conforms to | TKAutoCompleteSuggestViewDelegate TKListViewDataSource TKListViewDelegate |
Declared in | TKSuggestionListView.h |
Tasks
-
progressBar
property -
owner
property -
selectedItem
property -
selectedIndexPath
property -
items
property -
– initWithAutoComplete:
Properties
items
The data collection which populates the view.
@property (strong, nonatomic, nonnull) NSArray<__kindofTKAutoCompleteToken*> *items
Declared In
TKSuggestionListView.h
owner
The TKAutoCompleteTextView objec owning the instance.
@property (weak, nonatomic, nullable) TKAutoCompleteTextView *owner
Declared In
TKSuggestionListView.h
progressBar
The progress bar indicating that operation is being performed and will take a while.
@property (strong, nonatomic, readonly, nonnull) UIProgressView *progressBar
Declared In
TKSuggestionListView.h
Instance Methods
initWithAutoComplete:
Initializes the TKSuggestionListView with an corresponding TKAutoCompleteTextView object.
- (instancetype __nonnull)initWithAutoComplete:(TKAutoCompleteTextView *__nonnull)autocomplete
Parameters
- autocomplete
The TKAutoCompleteTextView objec owning the instance.
Declared In
TKSuggestionListView.h