Assertion failure when using UISearchDisplayController in UITableViewController

后端 未结 7 2059
一个人的身影
一个人的身影 2020-12-07 12:55

I\'ve been trying to add simple Search functionality to a TableViewController in my app. I followed Ray Wenderlich\'s tutorial. I have a tableView with some data, I added th

7条回答
  •  旧时难觅i
    2020-12-07 13:36

    When I had this problem, the solution was replacing tableView dequeueReusableCellWithIdentifier:@yourcell with self.tableView

提交回复
热议问题