iOS search bar not showing results

后端 未结 3 666
小鲜肉
小鲜肉 2021-01-23 09:18

*Update: This actually works, the style for my custom cell hasn\'t come across and so the cell looks blank. How then do I get the searchResultsTableView to use my

3条回答
  •  北海茫月
    2021-01-23 09:48

    Below line in viewdidload should do the trick

    self.searchDisplayController.searchResultsTableView.rowHeight = self.tableView.rowHeight
    

提交回复
热议问题