Jump to content

NSView vs CALayer


1 post in this topic

Recommended Posts

Hello everyone.

 

Working on project which draws some parts of its UI with CoreAnimation CALayers. Currently i need create some cover view, which will appear over whole UI (that NSView always there, coz it will response on user drag n drop).

I'm stumbled with such problem as shown on screen

 

nsviewvscalayer.th.png

 

Transparent view overlays the view in which I used CALayers for drawing. Dunno why, but when I change that subview (with CALayers) to any other (w/o CoreAnimation drawing... some standard IB elements) everything looks great.

 

 

Can someone help me with this?

Link to comment
Share on other sites

 Share

×
×
  • Create New...