When using UISearchDisplayController with a UISearchBar in iPad, the default behavior is to display the results in a UIPopoverController with the title "Results". How can I change the title? E.g. in the iPad App store, when you search, the popover's title is "Suggestions".
views:
95answers:
1
A:
I was told this couldn't be done by an Apple rep. You'll have to create your own UIPopoverController instance.
Hwee-Boon Yar
2010-10-22 05:49:12