Skip to content

Create a customized managed object

katsuyoshi edited this page Sep 13, 2010 · 3 revisions

First: To make custom class of NSManagedObject. (Please see the Core Data Programming Guide)
After that, try this.


#import “CideCoreData.h”
.
// ISMovie is custom class of NSManagedObject.
ISMovie *movie = [ISMovie create];