Skip to content

Instantly share code, notes, and snippets.

View solidcell's full-sized avatar

Jesse Farsong solidcell

  • San Francisco, California
View GitHub Profile
@solidcell
solidcell / gist:fbe21b6b4a8f1c75890f7607fa53e4b0
Created June 12, 2018 13:11
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()