我正在尝试从不同的类访问 tableView 属性(在 UITableViewController 类中定义)。一旦我访问它,我需要向它发送方法
insertRowsAtIndexPaths: withRowAnimation:UITableViewRowAnimationAutomatic:
这是我的代码,但它似乎没有插入新行?
[((MainViewController *)self.presentingViewController).tableView insertRowsAtIndexPaths:@[path] withRowAnimation:UITableViewRowAnimationAutomatic];