UISearchDisplayController not correctly displaying custom cells

后端 未结 6 1518
抹茶落季
抹茶落季 2020-12-29 11:58

So I have a tableView that has sections and rows, and it uses a custom cell class. The custom cell has an image view and a few labels. The table view works fine, and the sea

6条回答
  •  长发绾君心
    2020-12-29 12:58

    Try with this, it's work for me

    JSBookCell * cell = [yourtableview dequeueReusableCellWithIdentifier:CellIdentifier forIndexPath:indexPath];
    

提交回复
热议问题