Re: [iOS] NSUserDefaults-backed Properties

2010-10-09 Thread Matt Neuburg
On Fri, 8 Oct 2010 13:16:54 -0600, Carter Allen said: >Hello everyone! > >I'm working on cleaning up an app that was written by a colleague of mine >a while ago, and one of the things that he did quite a bit was use >"properties" (declared as @properties, with custom getters/setters) that >are act

[iOS] NSUserDefaults-backed Properties

2010-10-08 Thread Carter Allen
Hello everyone! I'm working on cleaning up an app that was written by a colleague of mine a while ago, and one of the things that he did quite a bit was use "properties" (declared as @properties, with custom getters/setters) that are actually backed by NSUserDefaults. Seemingly, this was to pro