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
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