On Mon, Jul 20, 2015, at 11:13 AM, Jonathan Taylor wrote:
> This does make me wonder if I should perhaps not be surprised that my use
> of keyPathsAffectingValueForKey is not going well, although nothing in
> that statement seems to specifically preclude what I am doing from
> working on 10.8. Does anyone know if there’s any hope of my KVO approach
> working?

No. If a property is not explicitly documented to be KVO-compliant, you
must assume that it isn't.

The alternative seems to be to implement a delegate method for
> panelSelectionDidChange. Would that be the sensible way to deal with
> this, or is there a third and better way I should be using?

It seems pretty straightforward to just implement the delegate method
regardless of OS version.

--Kyle Sluder

_______________________________________________

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