Created
January 30, 2016 01:04
-
-
Save nevyn/cead348b8924137be414 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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