How to hide the searchresultstableview once the table view cell is selected in the search display controller?
开发者_StackOverflowi am working on searchdisplaycontroller. how to hide the searchresults tableview once a particular cell is selected in the table view.
[mySearchDisplayController setActive:NO animated:YES];
精彩评论