Thursday, 21 August 2014

Can I use the same type of class of Core Data to recover data from XML?



I must parse of data in XML and after that insert it into DB sqLite with Core Data in IOS. These data XML I want to insert in a class of superclass NSManagedObject so that I would like to use the same type class to insert it into DB with Core Data. Otherwise I must use two different types of classes. For example: Pippo_XML:NSObject for XML and Pippo_CoreData:NSManagedObject.


I would like to advise..


thanks


No comments:

Post a Comment