I have a screen that is the main view of the program. Above it, I wish to have a search bar. Much like the iPod app, or Mail, or any Apple app that has the search bar hidden unless you scroll up, I was wondering how I can achieve this?
In my NIB file, it limits my View height to 300 pixels in Landscape, and 460 in Portrait, if I wish to keep the status bar (which I do).
This is what I have so far:
How would I go about making the search bar available on the view above? And how would I go about making the view slightly scrollable for this?