NSMutableArray of NSString in CoreData(iPhone

Posted by azia on Stack Overflow See other posts from Stack Overflow or by azia
Published on 2010-05-28T16:11:28Z Indexed on 2010/05/28 16:22 UTC
Read the original article Hit count: 300

Filed under:
|
|

I have a class, which describe an object for parsing XML. This class contains NSStrings and NSMutableArrays of NSStrings.I want to store parsed data using CoreData. How should I write CoreData model to store such objects if there is no such data type like NSMutableArray? Is there any way?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about core-data