tags:

views:

95

answers:

1

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".

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