Skip to content

Instantly share code, notes, and snippets.

@solidcell
Created June 12, 2018 13:11
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 solidcell/fbe21b6b4a8f1c75890f7607fa53e4b0 to your computer and use it in GitHub Desktop.
Save solidcell/fbe21b6b4a8f1c75890f7607fa53e4b0 to your computer and use it in GitHub Desktop.
View modification debugging (without Reveal)
e -l objc -O -- [`UIWindow.keyWindow` recursiveDescription]
e -l Swift -- import MyApp
e -l Swift -- let $view = unsafeBitCast(0x125f36a90, MyAppView.self)
e -l Swift -- $view.alpha = 0.5
e -l Swift -- import QuartzCore
e -l Swift -- CATransaction.flush()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment