An immutable, integer-indexed array of objects from the Apple Foundation framework.
I have an objective C class like, @interface message : NSObject { NSString *from; NSString *date; NSString *msg; } I have an NSMutableArray …
ios json serialization nsarrayHow can I convert an NSArray to an NSDictionary, using an int field of the array's objects as key for …
iphone objective-c nsarray nsdictionaryI'm able to put the contents of an NSSet into an NSMutableArray like this: NSMutableArray *array = [set allObjects]; The compiler …
objective-c cocoa-touch nsmutablearray nsarray nssetI need to serialize and deserialize objective-c objects into JSON to store in CouchDB. Do people have any example code …
objective-c json couchdb nsarray nsdictionaryI have an NSArray of objects, which has a particular property called name (type NSString). I have a second NSArray …
iphone objective-c ipad nsarraySo I have no experience with arrays... But I need to use one to populate a UIPickerView. I am obtaining …
objective-c arrays nsarray csvI have the following code which is producing this error. I cannot understand why the subarrayWithRange message is being sent …
objective-c ios4 nsarray unrecognized-selectorHere's the whole crash log. What's the meaning of EXC_CORPSE_NOTIFY exception notice? I have to replace some strings …
ios objective-c crash nsarray