Re: NSView in 10.10
Re: NSView in 10.10
- Subject: Re: NSView in 10.10
- From: Cody Garvin <email@hidden>
- Date: Thu, 24 Jul 2014 16:47:13 -0700
They did this as a migration to Swift I believe.
It has to do with migrating to properties from getters / setters. If you look at the header, the property is now just flipped, and readonly. However, you can still override the getter method on the property itself and return YES.
- Cody
> On Jul 24, 2014, at 4:39 PM, Graham Cox <email@hidden> wrote:
>
> Looking at the lastest documentation for Yosemite, is indicates that -[NSView isFlipped] is deprecated. That seems rather major. Does that mean we can't have flipped views in future? Otr is something replacing this?
>
> --Graham
>
>
>
> _______________________________________________
>
> 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
_______________________________________________
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