I am having problem with adding objects to NSMutableArray *array. //Controller.m #import \"Controller.h\"
I am aware that there is a lot of questions about this topic, and i do apologize for that as i just cant get this to work for my NSMutableArray. I have problem to really understand the sorting and i
The fol开发者_开发技巧lowing method is used to cleanup a journal of its empty pages at the end.
Hey! I\'ve been trying to add an array to an NSMutableArray using the addObject syntax. The app crashes without any explicit mention of an error. Could you please tell me how this is done?
I\'m a newbie to Objective-C & iPhone development, hence please bear with me. I\'m working on an app which loads with UITableView and upon selecting one particular cell called \"Address Book\" it
I\'ve got the following lines in my viewDidLoad: self.开发者_运维问答sections = [[NSMutableDictionary alloc] init];
I determined that my application crashes on the following line: if(sourceValues != nil && [sourceValues class] == [NSMutableArray class])
I have 开发者_JAVA技巧been working through several tutorials on uitableviews. I have put, as instructed, all the info into a \'listofitems\' as below
I have been trying to adapt the code from the accelerometer example such that when the user depresses a uibutton a point is added to a line graph.
I have a UIPickerView with three components, and each component has NSIntegerMax for the numbers.So, I just need to get the data from each component, and send it to another ViewController called, Crea