Re: NSUserDefaults and binding to an NSDictionary

2008-10-19 Thread Steven Riggs
Hey Todd, This worked for me... In interface builder, you will need an Array controller Mode: ClassClass Name:NSMutableDictionary Content Array bound to Shared User Defaults Controller - controller key:values - modal key path:yourDefaultsKey Make sure handles content as a compound value

Re: NSUserDefaults and binding to an NSDictionary

2008-10-19 Thread Todd Ouzts
Not sure how to best join a thread since there's no "Reply" link on Apple Mailing Lists, but... I've been struggling to do what Daniel wants for a week and can't figure it out either. My user defaults are not a flat list and I need to be able to bind to subdictionary values in Interface Build