NSCatWindow

Provides NSWindow with cat ears and tail

MIT License

Stars
36

NSCatWindow

Provides NSWindow with cat ears and tail

Tags

Swift AppKit

Demo

Minimal Example

let hostingView = NSHostingView(rootView: SomeSwiftUIView())
hostingView.setFrameSize(hostingView.fittingSize)
let catWindow = NSCatWindow(childView: hostingView)
catWindow.setTitle("Sample")
catWindow.makeKeyAndOrderFront(nil)

Contributors

Badges
Extracted from project README
Github issues Github forks Github stars Github top language Github license
Related Projects