iPhone Text entry with completion and DONE button (not search)
- by Adam Jack
Using iPhone SDK 3.0, I wish to allow text entry with (optional) completion options that appear as typing is occurring, i.e. also allowing freeformat entry. As such I am using a UISearchBar (which has the text change events) and a UISearchDisplayController to present options.
The problems is I want the DONE button to say DONE and not SEARCH,…