Hello all,
When you type something in iPhoneSearchBar it shows the text with the help of intelligence. I want to turn on the same for a UITextField. So how to do it.
Hello all,
When you type something in iPhoneSearchBar it shows the text with the help of intelligence. I want to turn on the same for a UITextField. So how to do it.
Check out the tableSearch sample code on the iPhone Dev. Center. It uses a UISearchBar, UISearchBarDelegate, UISearchDisplayController, and UISearchDisplayDelegate.
iPhone Dev. Center links:
UISearchBar
UISearchBarDelegate
UISearchDisplayController
UISearchDisplayDelegate