FRDPresentationDisplay

open class FRDPresentationDisplay: NSObject, FRDControllerDisplay

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

  • How to display the destination view controller.

    Declaration

    Swift

    open func displayViewController(source: UIViewController, destination: UIViewController)

    Parameters

    source

    The source view controller.

    destination

    The destination view controller.