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 protected]) 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 [email protected]
