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.