Re: IB outlet key-value Observing?
Re: IB outlet key-value Observing?
- Subject: Re: IB outlet key-value Observing?
- From: Scott Anguish <email@hidden>
- Date: Mon, 8 Dec 2003 13:54:14 -0500
On Dec 8, 2003, at 11:13 AM, Dave Sopchak wrote:
Hi all,
I'm getting acquainted with the NSController classes. One thing that
I can't seem to figure out is, is it possible to set an IB Outlet, say
a text field, for key-value observing from IB? Do I need to do this
with the Controller? I'm lost. Any help, much appreciated.
typically you'd not observe a UI element. You'd instead have it
observe the model object. when the model object changes, the UI syncs.
Likewise, when the ui element changes, it directly informs the model
object of the change.
_______________________________________________
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.