Skip to content

Instantly share code, notes, and snippets.

@nevyn
Created January 30, 2016 01:04
Show Gist options
  • Save nevyn/cead348b8924137be414 to your computer and use it in GitHub Desktop.
Save nevyn/cead348b8924137be414 to your computer and use it in GitHub Desktop.
(lldb) po _webView
<WKWebView: 0x6080001a24c0>
(lldb) po [_webView subviews]
<__NSArrayM 0x6000002426a0>(
<WKView: 0x608000140bb0>
)
(lldb) po [[[_webView subviews] firstObject] subviews]
<__NSArrayM 0x608000241110>(
<WKFlippedView: 0x608000122800>
)
(lldb) po [[[[[_webView subviews] firstObject] subviews] firstObject] subviews]
<__NSArray0 0x608000000070>(
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment