Re: Custom NSView binding
Re: Custom NSView binding
- Subject: Re: Custom NSView binding
- From: Quincey Morris <email@hidden>
- Date: Tue, 01 Nov 2011 18:03:16 -0700
On Nov 1, 2011, at 15:27 , Livio Isaia wrote:
> Thank you for your answer,
> but i can't figure out which method(s) I must implement. I tried with some of them and still doesn't work (e.g. valueForKey:)
It's not very well documented. Start here:
http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CocoaBindings/Concepts/HowDoBindingsWork.html
and work through the joystick example.
There are *very* few situations where it's worthwhile going to all this trouble to implement a custom binding, but IB plugins are one where it makes sense. (Of course, IB plugins themselves are now of doubtful value, since there's no forward path into Xcode 4.x.)
_______________________________________________
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