Re: NSUserDefaults deeply nested subtle mountain lion difference

2013-07-27 Thread Keary Suska
On Jul 26, 2013, at 5:15 PM, Keith Knauber wrote: > From Apple Docs: > Values returned from NSUserDefaults are immutable, even if you set a mutable > object as the value. For example, if you set a mutable string as the value > for "MyStringDefault", the string you later retrieve usingstringForK

NSUserDefaults deeply nested subtle mountain lion difference

2013-07-26 Thread Keith Knauber
From Apple Docs: Values returned from NSUserDefaults are immutable, even if you set a mutable object as the value. For example, if you set a mutable string as the value for "MyStringDefault", the string you later retrieve usingstringForKey: will be immutable. The Apple docs have always said t