NSWindowStyles icon indicating copy to clipboard operation
NSWindowStyles copied to clipboard

A showcase of the many different styles of windows possible with NSWindow on macOS

Results 2 NSWindowStyles issues
Sort by recently updated
recently updated
newest added

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...