I have a NSArray object retrieved from the standard user defaults object, [NSUSerDefaults standardUserDefaults]
. I want to save this array as a member variable of another object and use it for the lifetime of this object.
I'm not sure if the array from NSUserDefaults is an autorelease object. Should I retain the array?