i\'ve still have got problems with the NSKeyedArchiver. I implemented everything I was told to do, but it still does not work. I\'m kind of frustrated. So could anyone help me out?
I\'m storing some healthcare data on a mobile phone and I\'d like to know what the best system of encryption is, to keep the data secure. It\'s basically a bunch of model objects, that I\'m serializin
Can you sh开发者_Python百科ow me the syntax or any sample programs to archive an NSArray of custom objects in Objective-C?Check out NSUserDefaults.
My issue is then I retrieve my NSArray of Store objects, all my NSString properties are causing BadAccess errors. The int and double properties work fine!
I couldn\'t get any replies on my previous (related) question, so I\'m wondering if slightly paraphrasing it will be of any help.
In my Row class I have the initWithCoder method and everything restored in that method works fine, but only within the method. After the method is called I loose an array of sounds that is in my Row c
Okay I\'ve made an array of NSNumber objects that I\'ve stored into an NSMutableArray. When the game loads it\'s unarchived and retained but all the NSNumber objects are gone. Here\'s my code:
I have a class called Shop that contains data m开发者_JAVA百科embers (NSString, NSInteger and NSMutableArray that contain another class (that also has NSString and NSInteger).
I\'m developing a game/engine for iPhone OS. It\'s the first time I\'m using Objective-C. I made my own binary format for geometry data and for textures I\'m focusing on PVRTC. That should be the opt
I was trying to archive an object into a plist file and load it later to fill a tableView. It seems that the file gets archived correctly but I get a bad access when trying to get the value out of the