We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5b7e3 commit a4ea101Copy full SHA for a4ea101
Sources/LegacyReactor/Coordinator.swift
@@ -22,6 +22,12 @@ import UIKit
22
///Coordinator's root `UIViewController`
23
var rootViewController: UIViewController? { get set }
24
25
+ /// Calls the default, parameter-less implementation of `start` function, returning the view controller
26
+ /// this coordinator manages. This is useful when navigating to a coordinator of an unknown type,
27
+ /// not requiring casting to a concrete type first.
28
+ @discardableResult
29
+ func start() -> UIViewController?
30
+
31
}
32
33
extension Coordinator {
0 commit comments