I have a NSMutableArray of some instances of a custom class (it has a NSString, CGPoint, and a UILabel).
I need to save this array. I tried using writeToFile:Atomically: but that doesn't work with custom classes (I think). Is there any other simple way to save that? And how would i load it?
Thanks everybody in advance:) Any ideas, suggestions, pointers