Other Classes
The following classes are available globally.
-
A simple class that represents an intermediate
DestinationStep
and allows to add tasks to it.Declaration
Swift
public class IntermediateDestinationStep
-
Allows to add tasks to the step that is hidden in
See moreIntermediateDestinationStep
.Declaration
Swift
public class ActionToStepIntegrator<VC, C> : IntermediateDestinationStep, InterceptableStepAssembling where VC : UIViewController
-
Builds the chain of assemblies to fulfill the
See moreContainerFactory
.Declaration
Swift
public final class CompleteFactoryChainAssembly<FC, ChildVC, ChildContext> where FC : ContainerFactory, ChildVC : UIViewController
-
Abstract builder class that helps to create a
See moreDestinationStep
instance with correct settings.Declaration
Swift
public class GenericStepAssembly<VC, C> : InterceptableStepAssembling where VC : UIViewController
-
InlineContextTransformer
NB: It may be used for the purpose of configuration testing, but then replaced with a strongly typed
See moreContextTransformer
instance.Declaration
Swift
public final class InlineContextTransformer<SourceContext, TargetContext> : ContextTransformer
-
Lock object to be shared between
See moreSingleNavigationRouter
instances.Declaration
Swift
public final class SingleNavigationLock