Re: CALayer contentScale initialization, where to do it?
Re: CALayer contentScale initialization, where to do it?
- Subject: Re: CALayer contentScale initialization, where to do it?
- From: David Duncan <email@hidden>
- Date: Sun, 17 Jun 2012 00:15:36 -0700
contentsScale won't matter until you the layer into a window, so why not just assign it when you add the layer as a sublayer?
--
David Duncan @ My iPhone
On Jun 16, 2012, at 10:57 PM, Markus Spoettl <email@hidden> wrote:
> On 6/16/12 11:59 PM, Kyle Sluder wrote:
>> That's the same document I was referring to. But it also contains this very
>> useful section, titled "Manage Core Animation Layer Contents And Scale":
>> https://developer.apple.com/library/mac/#documentation/GraphicsAnimation/Conceptual/HighResolutionOSX/CapturingScreenContents/CapturingScreenContents.html#//apple_ref/doc/uid/TP40012302-CH10-SW27
>>
>> Specifically, it looks like you want to implement
>> -layer:shouldInheritContentsScale:fromWindow: on your layer delegates.
>
> I know, see my first message. It's the initialization I'm talking about, this delegate helps when contentsScale changes.
>
> Regards
> Markus
> --
> __________________________________________
> Markus Spoettl
>
>
> _______________________________________________
>
> 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