LastStepInChainAssembly
public struct LastStepInChainAssembly<ViewController, Context> where ViewController : UIViewController
Helper class to build a chain of steps. Can not be used directly.
-
Assembles all the provided settings.
Declaration
Swift
public func assemble() -> DestinationStep<ViewController, Context>
Return Value
The instance of
DestinationStep
with all the settings provided inside.