I have a popover with a UITableViewController
as the content view controller. The table view has a UISearchBar
as its header view.
Now, on iOS 6 everything looks good when the UISearchDisplayController
becomes active. But, on iOS 7 there will be an extra space above the search bar.
So how can I get rid of this extra space above the search bar on iOS 7?