-1

Before creating my project, I wasn't sure if I was going to use Core Data. I figured it'd be something I can easily toggle on/off later. I'm starting to regret my decision of not deciding immediately.

Is there any way I can turn it on? Or do I have to create an entirely separate project just to enable it?

grantespo
  • 1,771
  • 2
  • 19
  • 50

2 Answers2

0

Got to XCode menu and click File -> New -> File. Then scroll down to Core Data and add Data Model. From there I'm afraid you are going to have to study up on how to add, edit, and delete data from that Data Model.

They don't like us adding links to answers because they can go stale after a while. I suggest you go to the raywenderlich.com website and search on Core Data. There are several good tutorials there that will get you started.

Martin Muldoon
  • 3,010
  • 4
  • 20
  • 45
0

Click File Menu -> New File ..........

enter image description here

Sh_Khan
  • 86,695
  • 6
  • 38
  • 57