Quote:
Originally Posted by freshking
Then how would you recommend storing this data so that it can also be read?
|
What I said above. Instead of an array of MyObject objects, make it an array of NSDictionary objects. You'll have two entries in each dictionary, one being the string (an NSString), and the other the type (string or value).
joe