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.

Était-ce utile?

La 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?

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top