[Iphone] - Problem in saving file using NSCoding
- by Matte Gary
Hi everybody,
I've a problem with Iphone programming... I've a NSMutableArray containing object of type "MyClass". MyClass has some parameters, like NSNumber and NSString.
I've followed the Apple Tutorial about coding and decoding object using NSCoding, but when I try to decode the file I've stored, the NSMutableArray contain object of type "MyClass", but with wrong parameters.
I think i've done all I've to do (including protocol, including methods like initwithencode etc), but it's still not working...
Any suggestions?
Thanks a lot! And sorry for my English XD