Re: CALayer with AppKit objects inside
Re: CALayer with AppKit objects inside
- Subject: Re: CALayer with AppKit objects inside
- From: Kyle Sluder <email@hidden>
- Date: Wed, 20 Mar 2013 15:22:42 -0700
On Mon, Mar 18, 2013, at 02:10 AM, Daniele Margutti wrote:
> Hi guys,
> I'm working on a thing that involve CALayer as base container for objects
> instead of NSView (due to iOS compatibility issues).
This is not a supported configuration.
You cannot arbitrarily parent NSView backing layers to CALayers. If you
want to manage the superlayer of a view, that layer must itself be the
backing layer for a view.
--Kyle Sluder
_______________________________________________
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