PTPopoverNavigationController


@interface PTPopoverNavigationController
    : UINavigationController <PTOverridable>

A UINavigationController subclass designed to be used with a UIPopoverPresentationController, or other UIPresentationController classes that rely on the preferredContentSize of the view controllers on the navigation stack.

The default modalPresentationStyle for instances of this class is UIModalPresentationCustom and the transitioningDelegate is set to the presentationManager property.