Skip to content

Roadmap

sibljon edited this page Mar 26, 2013 · 5 revisions

Version 1.1:

  • Make an HTEmailTextField, which is a subclass of HTAutocompleteTextField that acts as its own data source. Specialized for a drop-in UITextField replacement without external dependence on a data source such as HTAutocompleteManager (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 copy HTAutocompleteManager).
  • Integrate PJTernarySearchTree as data source.
Clone this wiki locally