Attique
Attique

Reputation: 3

Create the entities programmatically in core data model in iPhone during runtime

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

Answers (1)

GoZoner
GoZoner

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

Related Questions