iPhone SDK: Setting the size of UISearchDisplayController's table view
My app's table view does not occupy the full screen height, as I've allowed 50px at the bottom for a banner. When I begin typing in the search bar, the search results table view is larger; it fills all available screen space between the search bar and the tab bar. This means that the very last search result is obscured by the banner. How do I specify the size of the table view used by UISearchDisplayController? There's no bounds or frame property that I can see. EDIT TO ADD SCREENSHOTS: This is how the table view is set up in IB. It ends 50px short of the synthesized tab bar. (source: