Okay, so i hope im on the right track with this. So this is my first class\'s .h file, im just declaring the method here:
I have a NSmutablearray after i read datas from it, i cant read the same data(index) again Error: \"EXC_BAD_ACCESS\"
I create an NSMutableArray as follows (note that winner is an instance variable): winner = [NSMutableArray arrayWithObjects:@\"11\", @\"12\", @\"13\", nil];
I\'m trying to create an application, and in that I\'m receiving some contents from net and loading into and array, if I quit and run the app again i\'m losing the data. How can I store the data in th
I have a UISwitch and I need to load the value in a string into an array when change the switch state change to OFF to ON. I have used the following code, but not working.
I am creating a program that requires me to build an NSMutable array and then add objects to that array as buttons are clicked.
I have two arrays containing string variables. In one array, it contains the values from a web service, it will be updating in every 5 seconds. So, i need to run this app offline and also compare the
I\'m new in Object-c and want to make a UITableViewController based app with JSON data source in Xcode 4.
If I have an NSMutableArray of custom objects, how can I must easily clear the array without causing any memory issues?Assume that the custom object class has a dealloc method in it which correctly re
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari