I am attempting to use a UISearchDisplayController and failing. I have a menu view that happens to contain a search bar. I ONLY want a table view when the user taps into the search bar, I do not want the "filtered" and "unfiltered" state type setup.
A UISearchDisplayController apparently comes with a table view but is there anything I need to do? I implemented your basic table view data source methods, but they are not getting called. Essentially I am getting zero action from the search display controller. I am using a nib file, so how can I actually get this to work? I read over 40 forum posts that yielded no useful information. Please help me :)
(I have no code to show, as I don't even know where to start)
The effect I want is to have a search bar about 1/3 down the screen, and when the user taps into it, it animates into the navigation bar, and does its thing.
Thanks!