Inherits from NSObject
Declared in TKDataSourceAutoCompleteSettings.h

Overview

Represents the settings that can be customized when using TKDataSource with TKAutoComplete.

Properties

completionMode

Represents the completion mode of the autocomplete

@property (nonatomic, assign) TKAutoCompleteCompletionMode completionMode

Declared In

TKDataSourceAutoCompleteSettings.h

highlightColor

Defines the color of match highlighting.

@property (nonatomic, strong) UIColor *highlightColor

Declared In

TKDataSourceAutoCompleteSettings.h

highlightMatch

Defines whether the searched string should be highlight in the matches.

@property (nonatomic, assign) BOOL highlightMatch

Declared In

TKDataSourceAutoCompleteSettings.h

Instance Methods

createToken:

Defines a block function that is called when creating a new token in TKAutoComplete.

- (void)createToken:(TKDataSourceAutoCompleteSettings_CreateTokenBlock __nonnull)createToken

Parameters

createToken

The block function that will be when creating a new point.

Declared In

TKDataSourceAutoCompleteSettings.h