Skip to content

Kyome22/NSCatWindow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Languages