I have this method. [self postRequestWithURL: (NSString *) postArgs:(NSDictionary *) headerArgs: (NSDictionary *) ];
Is the method below an acceptable (i.e. best-practices, non-hacky) way of updating an NSMutableDictionary?
here\'s my issue, i\'m trying to create a UITableView that is able to display the Names in my plist into the cells. I can\'t get the names out of the Plist. guess i\'m not very certain with the progra
sorry if this question has already come up but I couldn\'t find anything that addressed the specific problem I\'m having here.
Hello....... in my apps, i have problem with xml parising .i have same tags differentiatewith integer value.each tag has different value.
My model class has a NSMutableDictionary with my data.In my view class, I want to display that data in my UITableView cellforRowAtIndexPath method.My view class has an NSArray for the data to开发者_开
I\'m trying to create a filter.I have a function that returns an NSArray for the different categories I can have.I\'d like one extra option for \"All\" to denote that no filter is being applied.For ex
In the code below I just assign string value that has been return form the api call. Assign the string value into the loginResultArray in the 3rd line which has been declared in the .h file. After tha
If I have an NSMutableArray or NSMutableDictionary and pass it to a method a la: -(void)addToThisArray:(NSMutableArray *)theMutableArray
I am new to Iphone programming. Please correct me where am I going wrong. I have two viewcontrollers viewcontroller1 viewcontroller2