FRDPushDisplay
open class FRDPushDisplay: NSObject, FRDControllerDisplay
The way of display view controllers with push. It calls pushViewController(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.