iphone - Is it possible to put a hidden search bar above a grouped table view? -


In OS3.0 there is an initial hidden search bar in many plain table scenes, scrolling down to reveal it Can be accessed (like mail, ipod)

Is it possible to do the same thing for a grouped table view?

Background :

I am using a grouped table view as a static navigation menu (similar to things app) Content never changes, one way to choose what to move forward is above the table view, I have a search bar, I think the search bar should be initially hidden, because it does not look good and New users can also be confused - because this is considered standard now.

Note, the search bar has nothing to do with the data source of the table view - it is not searching for the content of that table view. This is a search on the remote server results are displayed in a new view which is pushed onto the stack. The purpose of the search bar is a quick way to achieve that functionality.

UITable view is obtained from UIScrollView , therefore Start displaying the UITableView set to exclude the search code about UITableView .


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -