Skip to content

Instantly share code, notes, and snippets.

@mortenjust
Created November 2, 2015 01:53
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mortenjust/de0463e3ae518cdfa387 to your computer and use it in GitHub Desktop.
Save mortenjust/de0463e3ae518cdfa387 to your computer and use it in GitHub Desktop.
// Appdelegate, view did finish loading
var win = NSApplication.sharedApplication().windows.first!
win.titlebarAppearsTransparent = true
win.movableByWindowBackground = true
win.styleMask = win.styleMask | NSFullSizeContentViewWindowMask;
win.title = ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment