I have always been unsure of when and how I should allocate and initialize an NSArray or NSMutableArray. For example, if I have an NSMutableArray object property, I should use lazy instantiation for it should I not?
What about NSUserDefaults? It seems to work even if I don't Alloc/Init it. Is there some place I can get this very simple information? Apple's documentation on these classes don't seem to say, I'm sure they assume you already know such basic information
What about NSUserDefaults? It seems to work even if I don't Alloc/Init it. Is there some place I can get this very simple information? Apple's documentation on these classes don't seem to say, I'm sure they assume you already know such basic information