-
Notifications
You must be signed in to change notification settings - Fork 107
Roadmap
sibljon edited this page Mar 26, 2013
·
5 revisions
Version 1.1:
- Make an
HTEmailTextField
, which is a subclass ofHTAutocompleteTextField
that acts as its own data source. Specialized for a drop-in UITextField replacement without external dependence on a data source such asHTAutocompleteManager
(credit: @aaronbrethorst). - Add different email domain suggestion strategy: wait for "@g" before suggesting "mail.com" (credit: John Gruber @gruber)
Version 2.0:
- Integrate
HTAutocompleteManager
into the pod and make it sub-classable. This approach makes installation better (currently you have to either create your own data source or manually copyHTAutocompleteManager
). - Integrate PJTernarySearchTree as data source.