标签: iphone core-data
我一直在使用CoreData的iPhone应用程序,如果可以,我想使用NSPersistentDocument。我一直看到有关在iPhone应用中使用NSPersistentDocument的讨论,但没有提及哪些iPhone框架定义NSPersistentDocument?
CoreData
NSPersistentDocument
答案 0 :(得分:5)
NSPersistentDocument仅适用于Mac OS X.它在iPhone OS中不可用。
答案 1 :(得分:1)
它位于AppKit框架中。
http://developer.apple.com/mac/library/documentation/cocoa/reference/ApplicationKit/Classes/NSPersistentDocument_Class/Reference/Reference.html