PresentationDelegate
public protocol PresentationDelegate : AnyObject
Delegates ViewController
‘s presentation.
-
Asks the delegate to present a
PresentableComponent
as thedelegate
sees fit.Declaration
Swift
func present(component: PresentableComponent)