in my iphone app i have implimented UISearchDisplayController
, while searching inside the didSelectRowAtIndexPath method controller is not going inside the condition
if (tableView == self.searchDisplayController.searchResultsTableView )
I have added the UISearchDisplayController
in the XIB and added UISearchDisplayDelegate,UISearchBarDelegate
delegates in xib,,can any one tell me why the controller is not going inside