Search code examples
iphoneobjective-cuisearchdisplaycontroller

How to hide the searchresultstableview once the table view cell is selected in the search display controller?


i am working on searchdisplaycontroller. how to hide the searchresults tableview once a particular cell is selected in the table view.


Solution

  •  [mySearchDisplayController setActive:NO animated:YES];