nskeyedarchiver
Why does NSMutableArray Count crash my app?
I\'ve ran into a problem. Everytime I\'am starting my app it crashes. Heres me code. The Debugger Says: [list count] crashes the app. I have no idea. NSLog(@\"%@\", self.list); gives me one item as ex[详细]
2022-12-19 18:37 分类:问答Using NSKeyedArchiver and NSData to send UIImage over bluetooth
I was wondering if it is possible 开发者_如何学Cto send a UIImage over bluetooth after encoding it into a NSMutableData using NSKeyedArchiver. This is what I had in mind:[详细]
2022-12-19 08:51 分类:问答UserDefaults/KeyedArchiver Frustrations
I\'m working on a homework app that uses custom Assignment objects for each assignment. I am trying to store an NSMutableArray (casted to an NSArray via initWithArray:) in standardUserDefaults but I\'[详细]
2022-12-13 14:47 分类:问答iPhone app loses file
I am writing an iP开发者_如何学Gohone app – a client for some social network. The app support multiple accounts. Info about accounts are stored in a keyed archive.[详细]
2022-12-10 16:38 分类:问答Will longer keys make an NSKeyedArchiver file significantly longer
When I fill in the encodeWithCoder: for objective c classes for an iPhone app will it make make the archive file larger if I use long keys as opposed to short keys for all of my variables?[详细]
2022-12-09 18:13 分类:问答
加载中,请稍侯......