Re: NSUserDefaultsController valueForUndefinedKey:
Re: NSUserDefaultsController valueForUndefinedKey:
- Subject: Re: NSUserDefaultsController valueForUndefinedKey:
- From: Richard Somers <email@hidden>
- Date: Sat, 20 Mar 2010 11:03:28 -0600
On Mar 20, 2010, at 10:25 AM, Jim Correia wrote:
You use the key “radius” in the code you’ve pasted below.
True. I bind the "radius" property of the external class to the
controller key path "values.ABRadius".
You should always reassign self.
self = [super init];
if (! self) return;
I have been following Cocoa Programming for Mac OS X, Third Edition,
p56 by Hillegass. I don't think he ever mentions this.
Thanks for the comments.
--Richard
_______________________________________________
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