Re: NSTextField Binding
Re: NSTextField Binding
- Subject: Re: NSTextField Binding
- From: Roland King <email@hidden>
- Date: Fri, 08 Aug 2014 05:43:39 +0800
> On 8 Aug 2014, at 5:06 am, Sean McBride <email@hidden> wrote:
>
> On Thu, 7 Aug 2014 14:32:47 -0600, koko said:
>
>> I have bound an NSTextField’s value binding to a property in class A
>
> Make sure the property is not weak, which doesn't support KVO.
Weak properties support KVO just the same as strong properties do.
If you don’t have them elsewhere referenced they can disappear on you and that notification is not KVO, but everything else is fine.
_______________________________________________
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