Hi,
I use Search Display Controller to do the search. I follow the TableSearch sample from Apple.
In searchBarTextDidBeginEditing: I put [self.searchDisplayController setNavigationBarHidden:NO animated:YES] to keep navigation bar showing, but this doesn't work. Navigation bar gets pushed to the top when the keyboard shows.
Is there a way to keep navigation bar staying on the page when the keyboard is first shown?
Thanks,
Ted