标签: objective-c cocoa nswindowcontroller
我使用NSWindowController加载了NSWindow并加载了beginSheet:withModalWindow ...,用于添加NSObject的子类帐户。在父窗口控制器中,我有一个包含所有帐户的数组,我想要一种方法将工作表中创建的对象添加到此NSMutableArray。传递对象的最佳方法是什么?
NSWindowController
NSWindow
beginSheet:withModalWindow ...
NSObject
NSMutableArray
答案 0 :(得分:0)
我会使用CoreData和FetchedResultsController代替。添加项目时,父视图可以自动更新。
CoreData
FetchedResultsController