I have a mutable array that has about 100 objects in it and each object has three properties.
I cannot save this to a plist?? I can save an array that just has objects without properites, but the individual property thing is giving me a problem.
Any suggestions?
Also, is saving to a plist the best way to do this?
thanks in advance.
I have a mutable array that has about 100 objects in it and each
Share
You can store NSDictionary inside NSDictionary, or maybe you mean a NSArray that holds NSDictionary?