I have a CoreData app that imports information from an *.xml file. The file has two sections, summary and detail.
This is how i declare my NSMutablearray self.otherDealsList = [[NSMutableArray alloc] init]; I\'ll get some values from a webservice and insert it into this array. This mutable array is used to po
I\'m going crazy right now. I have a NSMutableArray with a bunch of Person objects. I want to remove the duplicated objects but it won\'t work. This is what i got:
I have created NSMutale Array in \"HeroListViewController\". I want use it in another viewController which is MapTutorialViewController. I tried like this.
I hope i can expl开发者_如何学Pythonain this clearly. I have a NSMutableArray * myMut. I have user input in the form of an NSString * anyoldString.
In my app, I have random objects floating around in my view which I had THOUGHT I deleted through [NSMutableArray replaceObjectAtIndex:index withObject:newObject]
I am testing the AI for a card game and had issues when I noticed the count method of an NSMutableArray object was never increasing after using its addObjectsFromArray method. Not only am I using addO
I have an array of NSString, I want to move a particu开发者_C百科lar NSString onto zero index of that array. I am getting values into array after sorting it.
I have an IBAction like this: if([checkinArray count]!=0){ [checkinArray removeAllObjects]; } loop{ Checkin *checkinsA = [[Checkin alloc] init];
I have a UITableView that is put onto a view based app.it is wired up properly because I can initially send it data.The problem is clearing the table.I can clear the NSMutableArray but the data still