Showing
2 changed files
with
1 additions
and
1 deletions
No preview for this file type
... | @@ -63,7 +63,7 @@ import SwiftEventBus | ... | @@ -63,7 +63,7 @@ import SwiftEventBus |
63 | } | 63 | } |
64 | 64 | ||
65 | // MARK: - WKNavigationDelegate | 65 | // MARK: - WKNavigationDelegate |
66 | - func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!) { | 66 | + public func webView(_ webView: WKWebView, didFinish navigation: WKNavigation!) { |
67 | 67 | ||
68 | let scriptSource = "passParams(\(params));" | 68 | let scriptSource = "passParams(\(params));" |
69 | 69 | ... | ... |
-
Please register or login to post a comment