Wednesday, August 28, 2013

Completion, iOS 7 Update And The 20M Mark

Exciting news this week, Chen FINALLY did what we procrastinated on for so long and wrote an auto-complete text field!

This is really easy to incorporate into your code, just replace your usage of TextField with AutoCompleteTextField and define the data that the auto complete should work from. There is a default implementation that accepts a String array or a ListModel for completion strings, this can work well for a "small" set of thousands (or tens of thousands) of entries.

read more...

0 comments:

Post a Comment