UISearchBar Above Navigation Bar
Posted
by JonB
on Stack Overflow
See other posts from Stack Overflow
or by JonB
Published on 2009-07-20T16:07:24Z
Indexed on
2010/04/29
5:27 UTC
Read the original article
Hit count: 509
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
© Stack Overflow or respective owner