Maybe someone can enlighten me on this subject. I\'m sorting a NSMutableArray declared as ids. When I\'m done sorting I return it using return ids; but for some reason the returned array is not sorted
I\'m working with the MKMapView and I\'m using some arrays to handle the title of points on the map NSString *mapTitles = @\"title1^^title2^^title3^^title4\";//this data changes between views
This question already has an answer here: Closed 11 years ago. Possible Duplicate: iOS: store two NSMutableArray in a .plist file
Again, Xcode newb here ... So I\'m having trouble ge开发者_Python百科tting my Items (code not shown but almost identical to the List query) and List arrays to show any data or even count. In the Dbase
While adding Nsdate values to NSmutablearray my app getscrashing. - (void)viewDidLoad { markarry=[[NSMutableArray alloc]init];
I am would like some help because I am trying to find a good way to post an NSMutableArray to another class.
First, let\'s be clear on two things. My English is terrible and I\'m pretty new in cocos2d. So sorry and sorry again. :D Now for my question.
I\'m trying to sort an array of a table view with no luck, this is how I\'m trying to do it: 开发者_开发技巧- (void) compare
Im very new in xcode 3 and i really need help for this I developed my apps using UITableView and XML to showed the content.
I have four views, with four arrays. As 开发者_StackOverflow社区soon as I navigate from one view, I add that particular array to my master array.