Reputation: 3
I want to create the entities in core data model during runtime programmatically in iPhone application . I don't know how to create custom entities during runtime . plz help me .
Upvotes: 0
Views: 772
Reputation: 70185
The Apple documentation has numerous, extensive examples of doing this. Please search in Xcode for 'Core Data'. Example code: iPhoneCoreDataRecipes, CoreDataBooks, ThreadedCoreData
Upvotes: 1