首页 > 代码库 > Loaded the nib but didn't get a UITableView

Loaded the nib but didn't get a UITableView

在新建一个 TableView 的时候, 程序出现如下错误:

Terminating app due to uncaught exception NSInternalInconsistencyException, reason: -[UITableViewController loadView] loaded the "jp7-vt-IdA-view-Jer-xW-qlD" nib but didnt get a UITableView.

把 viewController.h 里面的 UITableViewController 改成 UIViewController 即可.

如果问题还没有得到解决, 请参考: http://stackoverflow.com/search?q=didn%27t+get+a+UITableView

 

Loaded the nib but didn't get a UITableView