UINavigationController + UITableView + UISearchBar + UISplitViewController
- by ACBurk
I have an annoying problem. I have an UINavigationController with an UITableView in the Master (Left) pane of my UISplitViewController. When I do normal operations, things push on on to the navigation controller fine.
However, when I do a search and push things on, it's like it doesn't account for the space the navigation bar needs. It pushed the new controller on at the very top, then puts the navbar on, overlapping the content!
I should add it works fine when doing it in portrait (in the popup menu) and on the iphone. Is this an UISplitViewController bug?