Strange error when adding items to prototype cells in storyboard-IB

前端 未结 7 1155
甜味超标
甜味超标 2020-12-13 13:33

I have quite a large project (~20 scenes). One of which is a TableViewController with a custom UITableViewController class. I have given the cell a reuse identifier, and add

7条回答
  •  春和景丽
    2020-12-13 14:03

    I faced the same problem but later it turned out that it was just a silly mistake. I mistakenly dragged the label from Cell to my controller's @interface

    This could be your problem too. just cross check once.

提交回复
热议问题