标签:style blog http color io ar strong sp div
在新建一个 TableView 的时候, 程序出现如下错误:
Terminating app due to uncaught exception ‘NSInternalInconsistencyException‘, reason: ‘-[UITableViewController loadView] loaded the "jp7-vt-IdA-view-Jer-xW-qlD" nib but didn‘t 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
标签:style blog http color io ar strong sp div
原文地址:http://www.cnblogs.com/pyioscn/p/4008875.html