Fix warnings
This commit is contained in:
@@ -95,11 +95,11 @@ class FindOnPageViewController: UIViewController, _WKFindDelegate
|
||||
// ??
|
||||
}
|
||||
|
||||
func _webView(_ webView: WKWebView!, didCountMatches matches: UInt, for string: String!) {
|
||||
private func _webView(_ webView: WKWebView!, didCountMatches matches: UInt, for string: String!) {
|
||||
// TODO: Update a label
|
||||
}
|
||||
|
||||
func _webView(_ webView: WKWebView!, didFindMatches matches: UInt, for string: String!, withMatch matchIndex: Int) {
|
||||
private func _webView(_ webView: WKWebView!, didFindMatches matches: UInt, for string: String!, withMatch matchIndex: Int) {
|
||||
findOnPageView.nextResultButton.isEnabled = matches > 0
|
||||
findOnPageView.prevResultButton.isEnabled = matches > 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user