Skip to content

Instantly share code, notes, and snippets.

@kinifi
Created July 5, 2017 19:24
Show Gist options
  • Save kinifi/63422d27ecab470fd0c8d1001e592357 to your computer and use it in GitHub Desktop.
Save kinifi/63422d27ecab470fd0c8d1001e592357 to your computer and use it in GitHub Desktop.
Always on Top Code for OSX in Swift
Swift 3.0
window.level = Int(CGWindowLevelForKey(.floatingWindow))
window.level = Int(CGWindowLevelForKey(.maximumWindow))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment