I want to replicate the functionality of the Twitter app where the search bar slides in to the navigation bar.
However i have run into a problem. If i don't add
[self.searchDisplayController setDisplaysSearchBarInNavigationBar:YES];
into viewDidLoad the bar will not appear. I have a search button in the righthand navigation item when i click it i call the above method. Is there anything i can do to ensure the search bar gets drawn
Thanks
Jonathan