The following error occurred when adding a UIView to the root of a NIB expecting that was loaded by a UITableViewController class. [sourcecode language="objc"] uncaught exception 'NSInternalInconsistencyException', reason: '-[UITableViewController loadView] loaded the "some-id" nib but didn't get a UITableView.' [/sourcecode] If you have a UITableViewController and your root element is not a UITableView, you should …