0

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 .

Attique
  • 3
  • 3

1 Answers1

1

The Apple documentation has numerous, extensive examples of doing this. Please search in Xcode for 'Core Data'. Example code: iPhoneCoreDataRecipes, CoreDataBooks, ThreadedCoreData

GoZoner
  • 67,920
  • 20
  • 95
  • 145