0

One project that I was trying to do was developing an XML parser to parse XML components and save them using CoreData, as well as showing them through TableView.

already I did parse the data from xml file. and Saved the parsed data in to 3 arrays.

Now I need to store this data in to the core-data.

how s'd i populate these 3 arrays in to core-data?
Ranga
  • 821
  • 4
  • 11
  • 20

1 Answers1

0

Apple's docs are well worth a read when starting to use Core Data. You can find the starting out guide here: Core Data Guide

Martin
  • 747
  • 6
  • 11