i am written app for my iphone and i want to save some NSmutablearray to file and load it later. i read about NSArchiver but didnt understand how to work with
So I\'ve been开发者_如何学运维 doing a lot of reading.And I have been able to finally declare an extern MutableArray and access it from different Views.I have two views:
i like to make an array out of an typedef struct i have. It works fine when i work with a FIXED array size. But just to be open for bigger arrays i guess i have to make it with nsmutable array. But h
In my Row class I have the initWithCoder method and everything restored in that method works fine, but only within the method. After the method is called I loose an array of sounds that is in my Row c
Okay I\'ve made an array of NSNumber objects that I\'ve stored into an NSMutableArray. When the game loads it\'s unarchived and retained but all the NSNumber objects are gone. Here\'s my code:
in my app, an NSMutableArray is populated with an object in viewDidLoad (eventually there will be many objects bu开发者_高级运维t I\'m just doing one til I get it working right). I also start a timer
I have and NSMutableArray and I want to replace it with another, but if I try to do it like this... firstArray = secondAr开发者_Go百科ray;
I am trying to create a NSMutableArray by reading in a .txt file and am having trouble setting the last element of the array to nil.
I\'ve searched and read and still haven\'t found a concrete answer. Brief: I have an application where I declare an NSMutableArray in my AppDelegate to synthesize when the application loads. (code be
I know this que开发者_StackOverflowstion was already asked in the past, but i am really confused and can\'t get out of it.