I have an NSMutableArray which does some processing and eventually has several objects although the exact number of objects cannot be predefined.
This is my code, which the app runs upon changing to the view that it\'s inside of. It\'s causing a memory leak with colourButtonsArray when you change to this view more than once (so not the first ti
hi i am writng an iphone app and need a bit of help.. i have this uitableview which displays data that is contained in a nsmutable array.. this data is retrieved via some operations therefore amount o
how to define 2x2 or 3X.. array in ios? like this [name=john , age=21 , num=1] [name=max , age=25 , num=2]
I have an NSMutableArray saved with NSUserDefaults. This array is my \"favourite\" items that the user can saves, so when i want to add one item, i need to read the array (from NSuserDefault) and save
How would this work in this case? I created a NSMutabeArray *dataSource; in my .h file, but getting a bunch of errors:
i\'ve got a nsmutablearray which is filled by the user: NSString *_string = _text.text; [_array addObject:_string];
I have too much code to know which i need to quote here, but in my app delegate I have an NSMutableArray. Then in another class, it creates a new entry to the NSMutableArray but upon passing back to a
I am t开发者_如何学Crying to use the deleteCharactersInRange function in a small app I wrote, but i always get an error: \'Attempt to mutate immutable object with deleteCharactersInRange:\'
So i\'ve tried and tried at this and for the most part it\'s worked, but with it\'s problems. I need to start again though with this. So can somebody explain the best way that I can have an array in m