Pergunta

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.

Foi útil?

Solução

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?

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top