InlinePostTask
public struct InlinePostTask<VC, C> : PostRoutingTask where VC : UIViewController
InlinePostTask
is the inline context task.
NB: It may be used for the purpose of configuration testing, but then replaced with a strongly typed
PostRoutingTask
instance.
-
Constructor
Declaration
Swift
public init(_ completion: @escaping (VC, C, [UIViewController]) -> Void)
Parameters
completion
the block to be called when
InlinePostTask
will be called at the end of the navigation process process. -
Declaration
Swift
public func perform(on viewController: VC, with context: C, routingStack: [UIViewController])