I’m getting a dictionary representation of the current settings in NSUserDefaults, as NSDictionary.
That was pretty easy using the -dictionaryRepresentation method. However, I need to write that back again. I couldn’t find a method to do that easily. Maybe it’s just too hot in my office?
You don’t need
dictionaryRepresentation.What you want to do is access your keys directly, and re-set them when they’re modified: