I\'m new to Objective C and I could really use some assistance. I have created a class called Agent.The Agent class contains the following method:
I have a NSMutableArray which is loaded from a txt file. There are 5 strings in the file. If Icall removeAllObjects will it remove all strings in the file?
I\'ve been staring at this code for a while now, but can\'t figure out what in the world is wrong.I have a class called SortFilteringController, which manages the different filtering that I have in th
is开发者_开发问答 there any built in function to Concatenate the whole NSMutableArray NSString items
I have a SOAP service and I generated classes and functions on SudzC.com. So I\'m using the soap functions they generated, it returns an NSMutableArray with objects that are inherited by my custom cl
I have an 3 NSMutableArray objects that contain CMTime objects. How can I iterate through all three of them in an efficient manner and find out if there are duplicate values in all three? For example,
I have a navigational based application which has multiple views. Is it possible to use one single NSMutableArray for the whole applicaiton? Can i add 开发者_C百科objects to that NSMutableArray in one
I\'m trying to display the output of the gdb command \"info registers\" in my cocoa app (in a UITableView). In order to do that, I will need to convert the output which is currently a string into an a
I\'m having the case where I have the database of items. Each item can have multiple locations. Now 2 questions:
I have an array i\'m filling with images with a loop items开发者_运维技巧 = [[NSMutableArray alloc] init];