Skip to content

Instantly share code, notes, and snippets.

@harrtho
Created November 14, 2017 18:08
Show Gist options
  • Save harrtho/c1dc2f9e5f805dc1d1ade212115d0107 to your computer and use it in GitHub Desktop.
Save harrtho/c1dc2f9e5f805dc1d1ade212115d0107 to your computer and use it in GitHub Desktop.
// Set the window title properties
// Set the window movable by clicking and dragging
self.window?.isMovableByWindowBackground = true
// Set the window titlebar transparent
self.window?.titlebarAppearsTransparent = true
// Set the window title
self.window?.title = ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment