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