我使用6.1模拟器更新了我的xcode,我的应用程序在5.1模拟器上运行良好,Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[UITableViewController loadView] loaded the "MySubscriptionsViewController" nib but didn't get a UITableView.' #import <UI
我已经在ViewController中声明了一个数组,并在表视图中显示它。我从EditViewController传递数组的值。但是这些值没有显示在表视图中。我正在使用以下代码。ViewController.hViewController.m}- (void)prepareForSegue:(UIStoryboardSegue *)segue s