TKAutoCompleteTokenView Class Reference
Inherits from | TKView : UIView |
Conforms to | UIKeyInput |
Declared in | TKAutoCompleteTokenView.h |
Tasks
-
textLabel
property -
imageView
property -
removeButton
property -
highlightedView
property -
isHighlighted
property -
tokenInset
property -
owner
property -
token
property -
– initWithToken:
Properties
highlightedView
The highlighted view.
@property (nonatomic, strong, nonnull) UIView *highlightedView
Declared In
TKAutoCompleteTokenView.h
imageView
The image view representing the token image.
@property (nonatomic, strong, readonly, nonnull) UIImageView *imageView
Declared In
TKAutoCompleteTokenView.h
isHighlighted
Defines whether or not the token is highlighted.
@property (nonatomic) BOOL isHighlighted
Declared In
TKAutoCompleteTokenView.h
owner
The TKAutoCompleteView in which the token presents.
@property (nonatomic, weak, nullable) TKAutoCompleteTextView *owner
Declared In
TKAutoCompleteTokenView.h
removeButton
The token remove button.
@property (nonatomic, strong, nonnull) UIButton *removeButton
Declared In
TKAutoCompleteTokenView.h
textLabel
The text label showing the token text.
@property (nonatomic, strong, readonly, nonnull) UILabel *textLabel
Declared In
TKAutoCompleteTokenView.h