Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save billypchan/41755e5484e81af0c1608864f0d5fc22 to your computer and use it in GitHub Desktop.
Save billypchan/41755e5484e81af0c1608864f0d5fc22 to your computer and use it in GitHub Desktop.
(lldb) expr -l Swift -- import UIKit
(lldb) expr -l Swift -- let $view = unsafeBitCast(0x7fbe2ac66ee0, to: UIView.self)
(lldb) expr -l Swift -- print($view.superview)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment