Increasing width of UISearchDisplayController PopOver Results
Posted
by
George
on Stack Overflow
See other posts from Stack Overflow
or by George
Published on 2011-02-23T23:09:35Z
Indexed on
2011/02/23
23:25 UTC
Read the original article
Hit count: 289
I have an iPad app that has a UISearchBar in its navigation bar. When I enter text in the search bar the results are automatically displayed in a UIPopOverController. That's great except the popover's default size is not wide enough for my needs. Is there a way to set its width?
Apple has done this themselves with Safari's search bar. The popover that displays search results is a good bit wider than the default and they have removed the "Results" title from the popover.
© Stack Overflow or respective owner