Skip to content

Repository files navigation

IKAutoCompleteTextField

//Initialize with frame or from xib, doesn't matter.
IKAutoCompleteTextField *textField = [IKAutoCompleteTextField alloc] initWithFrame:CGRectMake(0,0,100,30)];

//Remember to set suggestions.
NSArray *dataSourceArray = @[@"one",@"two",@"three"];
textField.dataSourceArray = dataSource;

About

Autocomplete text field for iOS

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages