On May 18, 2010, at 07:17, Richard Somers wrote:

> I have an issue that has me absolutely stumped. I have a custom view using a 
> custom layer. When 'bind:toObject:withKeyPath:options:' is called after 
> 'setView' the binding works. When it is called before 'setView' the binding 
> does not work.

...

> - (void)bindFoo
> {
>     [self bind:@"foo"
>       toObject:[NSUserDefaultsController sharedUserDefaultsController]
>    withKeyPath:@"values.foo"
>        options:nil];
> }

What is foo?

What does "not work" mean?


_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to