Quote:
Originally Posted by Uncoder
Use Modal view.
And be sure you respect the apple's humane guideline, because what you describe seems very weird ...
|
You might also try having the search bar there and hide it. Tie the button into a method that would set the search bar as visible.
To do the animation you would need to manually set the new position of the table view to be below the search bar (or wherever it is) and then use the usual animation stuff to make it look like it slides. I'm forgetting that call off the top of my head... UIView begin animation or something.