Why am I getting an error about being unable to dequeue when my UITableView tries to load?

前端 未结 4 1594
抹茶落季
抹茶落季 2020-12-30 04:27

I get the following error:

* Terminating app due to uncaught exception \'NSInternalInconsistencyException\', reason: \'unable to dequeue a ce

4条回答
  •  醉梦人生
    2020-12-30 05:15

    I also had such a problem, and the solution I found is:

    Go to the Project Navigator and select “ViewController.h”. Append

     
    

    after “UIViewController”.

提交回复
热议问题