我一直在开发一个使用CoreData的iPhone应用程序,如果可以的话,我想使用NSPersistentDocument。我不断看到关于在iPhone应用程序中使用NSPersistentDocument的讨论,但没有提到是哪个iPhone框架定义了NSPersistentDocument
发布于 2010-02-10 02:22:54
NSPersistentDocument只在Mac上可用,在iPhone OS上不可用。
发布于 2010-02-10 02:17:35
它在AppKit框架中。
http://developer.apple.com/mac/library/documentation/cocoa/reference/ApplicationKit/Classes/NSPersistentDocument_Class/Reference/Reference.html
https://stackoverflow.com/questions/2231354
复制相似问题