Re: NSTextField Binding
Re: NSTextField Binding
- Subject: Re: NSTextField Binding
- From: Ken Thomases <email@hidden>
- Date: Thu, 07 Aug 2014 15:55:01 -0500
On Aug 7, 2014, at 3:32 PM, koko <email@hidden> wrote:
> I have bound an NSTextField’s value binding to a property in class A
>
> I update the property in class A but the NSTextField does not reflect the update.
>
> There are no warnings or error messages.
>
> Where should I look to understand / resolve this?
_How_ did you update the property? You must do it in a KVO-compliant manner, which usually means calling the setter.
Regards,
Ken
_______________________________________________
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