FlowPresentationDelegateClient
public protocol FlowPresentationDelegateClient : AnyObject
Implementers must use the presentationDelegate to present their ViewControllers
-
The flow presentation delegate. This is a force-unwrapped property that needs to be injected before usage.
Declaration
Swift
var presentationDelegate: FlowPresentationDelegate! { get set }