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 baef81e commit 6e7cfceCopy full SHA for 6e7cfce
Sources/URLNavigator/NavigatorType.swift
@@ -12,7 +12,7 @@ public typealias URLOpenHandler = () -> Bool
12
13
public protocol NavigatorType {
14
var matcher: URLMatcher { get }
15
- weak var delegate: NavigatorDelegate? { get set }
+ var delegate: NavigatorDelegate? { get set }
16
17
/// Registers a view controller factory to the URL pattern.
18
func register(_ pattern: URLPattern, _ factory: @escaping ViewControllerFactory)
0 commit comments