Re: CALayer with AppKit objects inside

2013-03-20 Thread Kyle Sluder
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 CA

CALayer with AppKit objects inside

2013-03-19 Thread Daniele Margutti
Hi guys, I'm working on a thing that involve CALayer as base container for objects instead of NSView (due to iOS compatibility issues). Now everything works fine, I can replicate touch events and some other interesting things; however I have a question: for some controls I would to use standard