NSInternalInconsistencyException, reason: Could not load NIB in bundle

后端 未结 8 2077
轻奢々
轻奢々 2020-12-03 08:55

I\'ve gone through a bunch of answers regarding this problem but none seem to relate to my problem.

I have two views, View 1 has a button. View 2 has a button.

8条回答
  •  时光取名叫无心
    2020-12-03 09:14

    It's also possible the UITableViewDataSource or UITableViewDelegate are not implemented in the desired UIViewController

提交回复
热议问题