On Jul 30, 2014, at 13:33 , Sean McBride <s...@rogue-research.com> wrote:

> File's Owner (my NSViewController subclass) responds to 'windowController' 
> because I have a vanilla synthesized weak property relating my 
> NSViewController to its containing window's controller.

This is the problem. Weak properties aren’t KVO compliant (they change to nil 
when the referenced object deallocates, but no KVO notification is produced), 
so you can’t safel bind through them.


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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

This email sent to arch...@mail-archive.com

Reply via email to