NSWindowStyles
NSWindowStyles copied to clipboard
A showcase of the many different styles of windows possible with NSWindow on macOS
why I don' see the nstableview I forgot something ? // 4 let visualEffect = NSVisualEffectView() visualEffect.blendingMode = .behindWindow visualEffect.state = .active visualEffect.material = .dark window?.contentView = visualEffect // window?.titlebarAppearsTransparent...
I'm wondering if it's possible to have two views in an app - a container view and a child view - where the container view is fully transparent with clickthrough...