Kyome22 / NSCatWindow

Provides NSWindow with cat ears and tail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NSCatWindow

Provides NSWindow with cat ears and tail

Github issues Github forks Github stars Github top language Github license

Tags

Swift AppKit

Demo

demo

Minimal Example

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

Contributors

About

Provides NSWindow with cat ears and tail

License:MIT License


Languages

Language:Swift 100.0%