FRDControllerDisplay
@objc public protocol FRDControllerDisplay
The protocol for abstract the way of how display the destination view controller.
-
How to display the destination view controller.
Declaration
Swift
func displayViewController(source: UIViewController, destination: UIViewController)
Parameters
source
The source view controller.
destination
The destination view controller.