I'm happy to say that my newest iphone app (Notablemeals) is a finalist in the evernote developer competition. Please vote for it!


Handles Content As Compound Value
A Boolean value that determines if the content is treated as a compound value.
Model objects can store relationship-like data in "compound" values and it may be necessary to use a reversible value transformer to translate those compound values temporarily into smaller pieces, that can be displayed and edited individually. See “Bindings Message Flow” in “Cocoa Bindings Programming Topics” for more information.
If YES, the content of a controller is treated as a compound value and—by using a reversible value transformer—will apply changes as a single value to the master model object if anything changes (edits, additions, removals).Handles Content as Compound Value
Click this if you plan on binding an NSArrayController to a NSUserDefaultsController.