I have a NSView
inside a NSWindow
and the background of NSWindow
is set to black (with alpha of 0.7). Is there anyway to have the NSView
showing what's underneath the NSWindow
? In other words, how do I make the part where NSWindow
and NSView
overlap to have clear background?
Thanks!