Forked from steventroughtonsmith/gist:62f0b14d5ef532a4be2e2529187c100d
Created
November 18, 2016 18:37
-
-
Save JoshHrach/25184374c761d94c3dfe5b2185eb2647 to your computer and use it in GitHub Desktop.
iOS Simulator fullscreen enabler
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
call ((NSWindow *)[(NSArray *)[[NSApplication sharedApplication] windows] lastObject]).collectionBehavior = 1<<7|1<<8|1<<11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How can I use this?