I want to fetch the data from a xml file and then push into sqlite database .
So can someone suggest the best one from NSMutableArray an nsdictionary to use to store data so that it will be easy to retrieve and store it back to sqlite database
I want to fetch the data from a xml file and then push into
Share
I would suggest just using Core Data, that way you will always be working with simple and easy to use Objects.