Re: NSUserDefaultsController
Re: NSUserDefaultsController
- Subject: Re: NSUserDefaultsController
- From: Scott Anguish <email@hidden>
- Date: Sun, 9 Nov 2003 04:43:41 -0500
just to clarify further
On Nov 9, 2003, at 4:07 AM, mmalcolm crawford wrote:
So, if you are using the user defaults controller and you want to be
able to retrieve initial settings (which is likely to be the case...),
you should use
[[[NSUserDefaultsController sharedUserDefaultsController] values]
if you ALWAYS use [[[NSUserDefaultsController
sharedUserDefaultsController] values] valueForKey:@"your default"]
you'll have no problem. same with setValue:forKey:.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.