I'm confused about how to perform the following function in Xcode 4 to set the model to use after creating a versioned model.
Design > Data Model > Set Current Version
I'm confused about how to perform the following function in Xcode 4 to set the model to use after creating a versioned model.
Design > Data Model > Set Current Version
You can also use setter method from CoraData ...
Just do something like this...
In your CustomCoreDataManager.m:
and call the init method like this