TKAutoCompleteToken Class Reference
Inherits from | NSObject |
Declared in | TKAutoCompleteToken.h |
Properties
attributedText
The token attributed text.
@property (nonatomic, strong, nullable) NSAttributedString *attributedText
Declared In
TKAutoCompleteToken.h
Instance Methods
initWithText:
Initializes TKAutoCompleteToken.
- (instancetype __nonnull)initWithText:(NSString *__nullable)text
Parameters
- text
The token text
Declared In
TKAutoCompleteToken.h