Question

I have a NSView with three NSImageView subviews. I'm having trouble with the subviews clipping when I use CATransform3DMakeTranslation to translate along the x axis.

I primarily do iOS development and this is my first go in this realm. Any help would be greatly appreciated.

Was it helpful?

Solution

I ended up having to turn the Core Animation Layer on for the content view of my window. I found the answer here: How to make NSView not clip its bounding area?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top