I need to have a search bar control in my iPhone application, but I’d like to have it so that you can search using only a single letter. For example, I’d like to enter a letter into the search box and have a list of items starting with that letter appear.
How would I implement something like this?
Try using the
searchBar:textDidChange:method on UISearchBarDelegate.