Skip to content

Instantly share code, notes, and snippets.

@lukaskollmer
Created May 26, 2017 20:17
Show Gist options
  • Select an option

  • Save lukaskollmer/12142213816932ece71894d53628a43a to your computer and use it in GitHub Desktop.

Select an option

Save lukaskollmer/12142213816932ece71894d53628a43a to your computer and use it in GitHub Desktop.
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