Declared in TKDataSourceAutoCompleteSettings.h

TKAutoCompleteCompletionMode

@enum TKAutoCompleteCompletetionMode

Represents an enum that defines the possible completion modes of the TKAutoComplete.

Definition

typedef NS_ENUM(int, TKAutoCompleteCompletionMode ) {
   TKAutoCompleteCompletionModeStartsWith,
   TKAutoCompleteCompletionModeContains,
};

Constants

TKAutoCompleteCompletionModeStartsWith
 All items that start with the specified string will be matched.

Declared In TKDataSourceAutoCompleteSettings.h.

TKAutoCompleteCompletionModeContains
 All items that contain the specified string will be matched.

Declared In TKDataSourceAutoCompleteSettings.h.

Declared In

TKDataSourceAutoCompleteSettings.h