PresentationDisplay
public class PresentationDisplay: ControllerDisplay
The way of display view controllers with present. It calls presentViewController(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.