I have an app that basically reads an xml file and displays the results in a UITableView. I am trying to group the list items by \"country\" (an attribute of the xml file elements) and display them in
I am trying to empty an NSMutableArray with the [myarray removeallobjects]; but I am getting error exc_bad_access. Is this the right way to empty the array? I tried to set it to nil but its not workin
I have a class, call it Class1, which contains an array, call it array1, as a property, and I retain and synthesize it.
I see a few similar questions, but no simple answers. I\'m just playing around with NSMutableArray\'s to get a feel for them before I actually use them in my real project. Fo开发者_如何学JAVAr some re
I\'m trying to run this animation which is working fine, but I want the last number to stay 开发者_运维知识库on the screen. currently it runs through the array then disappears.. is there anyway to sto
The following code should add different objects to an NSMutableArray however it adds the same object each time:-
I am storing CGMutablePathRefs inside of a NSMutableArray via NSValue. Like so: CGMutablePathRef path = CreateMutablePath();
I would like to load UIImages to an array, to add them later to an UITableView. - (void)imageLoader:(GGImageLoader *)imageLoader didLoadImage:(UIImage *)anImage
I have XML data parched in a NSMutableArray and i need to loop through the array to see all values stored in it. This may be a stupid question but this is all new to me.
I am looking for a way to compare the contents of two NSMutableArray objects. Both arrays are filled with NSMutableDictionaries which were allocated separately but occasionally contain the same data.