An iphone app I\'m working on is terminating periodically ... and I have a feeling it is because of how I\'m accessing a shared N开发者_运维问答SArray amongst several view controllers.So ...
I am trying to code a global lookup table of sorts. I have game data that is stored in character/string format in a plist, but which needs to be in integer/id format when it is loaded.
I have created 5 NSDictionary\'s. I stored them in NSArray. I need to get the values stored in NSDictionaries. How can do it ?
I have the following problem and I cannot figure out how to solve it. I have an NSSet which contains Person objects (NSDictionary with 2 keys: name, age).开发者_如何转开发 From time to time I get an N
I\'ve populated and array with data like this in one class... PowerClass.h NSMutableArray pickerArray;开发者_运维百科
I have a class Song with properties Title, Key, Artist, etc. There are no methods. I loop through a database of song information and create a Song object for each, populating the properties, and then
I used, for(id value in values) toget the value from an NSArray. Now I want to store it in 2 dimensional float array[][].When I try to assign the values to array it is giving error:incompatible types
I know you shouldn\'t use this to decide whether or not to change an array: if ([possiblyMutable isKindOfClass:[NSMutableArray class]])
I have a UINavigationController consisting of a tableview I want to load some data into. I have a dictionary plist containing Dictionaries for ea开发者_Go百科ch Train Line which in turn have dictiona
in my current project I\'m facing the following problem: The app needs to exchange data with my server, which are stored inside a NSMutableArray on the iPhone. The array holds NSString, NSData and C