Created
May 26, 2017 20:17
-
-
Save lukaskollmer/12142213816932ece71894d53628a43a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| from objc_util import * | |
| @on_main_thread | |
| def show_overlay(): | |
| UIDebuggingInformationOverlay = ObjCClass('UIDebuggingInformationOverlay') | |
| UIDebuggingInformationOverlay.prepareDebuggingOverlay() | |
| UIDebuggingInformationOverlay.overlay().toggleVisibility() | |
| show_overlay() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment