Last active
January 25, 2019 04:59
-
-
Save dmytro-anokhin/038f9897cf8b52e231b0138a907727e5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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) expr -l objc -O -- [[[UIWindow keyWindow] rootViewController] _printHierarchy] | |
| <UINavigationController 0x7ffc9a05f800>, state: appeared, view: <UILayoutContainerView 0x7ffc99c1a2f0> | |
| | <RootViewController 0x7ffc99c0c840>, state: appeared, view: <RootView 0x7ffc9cb04ad0> | |
| | | <YellowViewController 0x7ffc9cb05e60>, state: appeared, view: <YellowView 0x7ffc99d053c0> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment