I would like to display a UIView over my table view, for testing purposes I used the search bar (to fix any possible problems with my code).
My setup:
Tablet controller
MyCustomTableViewController
View
TableView (to adjust cell height)
Searchbar
I positioned the search bar at the top of the “window” and pulled out a tabular view so that it was located directly below the search bar.
So everything looks great in IB.
But when I launch the application, tableview occupies the entire screen, and the search bar is not found anywhere.
I am new to developing an iPhone, so there might be a very simple solution (?).
/Jimmy
source share