我可以从另一个视图中添加NSMutableArray中的对象(可能是它的子视图)

时间:2015-02-21 14:16:20

标签: ios uitableview object nsmutablearray

我在ParentViewController中有一个NSMutableArray,可以使用UITableView来显示对象数据,并且有一个函数可以调用我创建的popupView,我想在我的NSMutableArray中添加新对象on this popupView

子视图在popupView中设置,它在调用弹出窗口时传递超级视图

像这样

[self.popViewController showInView:self.navigationController.view
                                   withURL:[self testFilePathURL]
                              withDuration:[NSNumber numberWithInt:CMTimeGetSeconds([soundFileAsset duration])]
                                 withTitle:@"Recorded Audio"
                                  animated:YES];

如何在子视图中添加新对象?

1 个答案:

答案 0 :(得分:0)

将数组创建为public并导入此数组所在的viewcontroller,并使用该viewcontroller的实例,您可以保留此数组并执行必要的步骤