Extensions
The following extensions are available globally.
-
Conformance of
See moreUINavigationControllertoInspectableHierarchyprotocol. A UINavigation has an array ofUIViewControllersand an optionalpresentedViewController.Declaration
Swift
extension UINavigationController: InspectableHierarchy -
/// Conformance of
See moreUITabBarControllertoInspectableHierarchyprotocol. TheUITabBarControllerconsists of theselectedViewControllerand an optionalpresentedViewController.Declaration
Swift
extension UITabBarController: InspectableHierarchy -
Conformance of
See moreUIViewControllerto theInspectablePresentedViewControllerprotocol. TheUIViewControllercan have an optionalpresentedViewController, otherwise it is the highest of the visible stack.Declaration
Swift
extension UIViewController: InspectablePresentedViewController
View on GitHub
Extensions Reference