tags:

views:

95

answers:

1

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.

+1  A: 

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

Justin Gallagher