Re: Problem with bindings and Shared User Defaults
Re: Problem with bindings and Shared User Defaults
- Subject: Re: Problem with bindings and Shared User Defaults
- From: "I. Savant" <email@hidden>
- Date: Sun, 5 Aug 2007 20:43:38 -0400
On Aug 5, 2007, at 8:34 PM, Michael Fey wrote:
[standardDefaults registerDefaults:[NSDictionary
dictionaryWithObjectsAndKeys:
@"YES", @"showColumnOne",
@"YES", @"showColumnTwo",
nil]];
Have you tried [NSNumber numberWithBool:YES] instead of @"YES"?
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden