UISearchBar Above Navigation Bar
- by JonB
Hi,
All the applications I have ever seen, that use UINavigationBars, have the UINavigationBar right at the top of the app. If you want to use a UISearchBar then it's usually in the 'header' of the UITableView such as this...
What I would like to do is to put a UISearchBar object above/outside of the UINavigationBar/Controller, but i've been having some problems doing this.
Firstly, is what I want to achieve even possible? What would the easiest way to do this be?
Starting with the navigation based application seems to make the navigationbar/view un-resizeable!
Thanks,
Jon