Skip to content

xxhp/AutocompletionTableView

 
 

Repository files navigation

AutocompletionTableView

It's a very simple UITableView subclass which let's you to add real-time suggestion list for UITextView based on the custom dictionary.

Step 1: init an instance of AutocompletionTableView with "initWithTextField:inViewController:withOptions:".
Step 2: set its dictionary of suggestion strings
Step 3: set it as the target for UIControlEventEditingChanged event for your UITextField:
[YOUR_textField addTarget:YOUR_INSTANCE_of_AutocompletionTableView action:@selector(textFieldValueChanged:) forControlEvents:UIControlEventEditingChanged];
Step 4: Enjoy! ;)
Step 5: let me know what do you think at http://cocoacontrols.com/platforms/ios/controls/autocompletiontableview

-
Arseniy

About

UITableView offering suggestions from a custom dictionary as user types text in UITextField

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published