Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save dmytro-anokhin/038f9897cf8b52e231b0138a907727e5 to your computer and use it in GitHub Desktop.

Select an option

Save dmytro-anokhin/038f9897cf8b52e231b0138a907727e5 to your computer and use it in GitHub Desktop.
(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