How can i use prototype cell in storyboard with search result controller
问题 I have tableview with search result controller when search in search bar get this error indicate that there is no cell and get the below error .How can create my prototype cell in this method CellForRowAtIndexPath Code : - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *CellIdentifier = @"HoCell"; Ho *cell; Ho *item; if (tableView == self.searchDisplayController.searchResultsTableView) { if (cell == nil) { cell = [[Ho