I'm having a search bar in my navigation bar using
[self.searchDisplayController setDisplaysSearchBarInNavigationBar:YES];
It displays a search results view when the search bar is tapped but there is no cancel button in the search results view.Can u please give me suggestion for doing it programmatically
I have to do it programmatically.
Plz anybody give me a hand.
Thankz in advance
You should be able to use:
I'm using something like this myself (implementing UISearchDisplayDelegate):