PushDisplay

public class PushDisplay: ControllerDisplay

The way of display view controllers with push. It calls pushViewController(viewController: UIViewController, animated: Bool)

  • How to display the destination view controller.

    Declaration

    Swift

    public func displayViewController<T: UIViewController>(source source: T, destination: T)

    Parameters

    source

    The source view controller.

    destination

    The destination view controller.