I have a NSMutableArray which repeatedly will be filled with the changing contents of a plist. How do I do this most efficiently?
I know I could use a second NSArray which I alloc initWithContentsOfFile and then arrayWithArray, but isn’t there method to directly load the contents of a file without init (thinking of performance). Just curious.
Thanks in advance.
1 Answer