Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoshHrach/25184374c761d94c3dfe5b2185eb2647 to your computer and use it in GitHub Desktop.
Save JoshHrach/25184374c761d94c3dfe5b2185eb2647 to your computer and use it in GitHub Desktop.
iOS Simulator fullscreen enabler
call ((NSWindow *)[(NSArray *)[[NSApplication sharedApplication] windows] lastObject]).collectionBehavior = 1<<7|1<<8|1<<11
@yury
Copy link

yury commented Feb 8, 2017

How can I use this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment