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 72103aa commit aedc511Copy full SHA for aedc511
XCoordinator-Example/Coordinators/AboutCoordinator.swift
@@ -15,6 +15,12 @@ enum AboutRoute: Route {
15
}
16
17
class AboutCoordinator: NavigationCoordinator<AboutRoute> {
18
+
19
+ // MARK: Computed properties
20
21
+ override var viewController: UIViewController! {
22
+ rootViewController.viewControllers.first { $0 is AboutViewController }
23
+ }
24
25
// MARK: Initialization
26
0 commit comments