Inherits from NSObject
Declared in TKAutoCompleteToken.h

Overview

Represents token object model.

Tasks

Properties

attributedText

The token attributed text.

@property (nonatomic, strong, nullable) NSAttributedString *attributedText

Declared In

TKAutoCompleteToken.h

image

The token image.

@property (nonatomic, strong, nullable) UIImage *image

Declared In

TKAutoCompleteToken.h

text

The token text.

@property (nonatomic, copy, nullable) NSString *text

Declared In

TKAutoCompleteToken.h

Instance Methods

initWithText:

Initializes TKAutoCompleteToken.

- (instancetype __nonnull)initWithText:(NSString *__nullable)text

Parameters

text

The token text

Declared In

TKAutoCompleteToken.h