ASDKNavigationController Class Reference

Inherits from UINavigationController
Conforms to ASManagesChildVisibilityDepth
Declared in ASDKNavigationController.h

Overview

ASDKNavigationController

ASDKNavigationController is a drop in replacement for UINavigationController which improves memory efficiency by implementing the @c ASManagesChildVisibilityDepth protocol. You can use ASDKNavigationController with regular UIViewControllers, as well as ASDKViewControllers. It is safe to subclass or use even where AsyncDisplayKit is not adopted.