0

So I have a view in which I need to use Core Animation Layer, but I have an NSImage inside an image well in the view, and when I add the Core Animation Layer through the interface builder, the image quality is degraded. Here's an example:

View without Core Animation Layer:

View without Core Animation Layer

Turning on Core Animation Layer:

Turning on Core Animation Layer

View with Core Animation Layer:

View with Core Animation Layer

Is there any way I could remedy this to have the Core Animation Layer and keep the image quality the same?

Matt Cooper
  • 2,042
  • 27
  • 43
  • Why are you making the view layer backed? – Matt Long Jan 30 '14 at 16:01
  • In the app I'm developing I have a custom background and I had a weird bug where every time I would press a button or update the string for a label, the entire view would redraw inside the frame of the button/label. Making it layer backed solved this, but created the problem above. – Matt Cooper Jan 31 '14 at 22:00

0 Answers0