nsmutablearray
Passing NSMutableArray between classes with method
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:[详细]
2023-04-09 21:40 分类:问答avoid auto release of NSMutable array..... iphone app
I have a NSmutablearray after i read datas from it, i cant read the same data(index) again Error: \"EXC_BAD_ACCESS\"[详细]
2023-04-09 21:32 分类:问答Cannot reset NSArray and NSMutableArray in Objective-C
I create an NSMutableArray as follows (note that winner is an instance variable): winner = [NSMutableArray arrayWithObjects:@\"11\", @\"12\", @\"13\", nil];[详细]
2023-04-09 21:25 分类:问答How to keep my data in a array-iphone sdk
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[详细]
2023-04-09 10:35 分类:问答UISwitch performing action on value change-iphone sdk
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.[详细]
2023-04-09 09:23 分类:问答sorting an NSMutableArray of objects in cocoa gives SIGABRT
I am creating a program that requires me to build an NSMutable array and then add objects to that array as buttons are clicked.[详细]
2023-04-09 08:24 分类:问答Offline comparison of two arrays iphone sdk
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[详细]
2023-04-09 07:14 分类:问答Accessing to a NSMutableArray in UITableViewController crashes
I\'m new in Object-c and want to make a UITableViewController based app with JSON data source in Xcode 4.[详细]
2023-04-09 07:00 分类:问答how to clear an NSMutableArray of custom objects without creating memory leaks?
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[详细]
2023-04-09 01:45 分类:问答Looking for code sample for a Grouped UITableView that is populated from an an NSMutableArray of objects (NOT FROM CORE DATA and NSFetchedResults) [closed]
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[详细]
2023-04-08 15:50 分类:问答