Coordinator
final public class Coordinator : HasDisposeBag, Synchronizable
The only purpose of a Coordinator is to handle the navigation that is declared in the Flows of the application.
-
Initialize the Coordinator
Declaration
Swift
public init()
-
Reactive extension to a Loom
Declaration
Swift
public var rx: Reactive<Coordinator> { get }