I am using UISearchDisplayController
,I am getting filtered data but this property is not active .
tableView == self.searchDisplayController.searchResultsTableView
so I am not getting the proper result can anyone tell me what should I do ? I have done the coding programmatically .
Here is my .m file code