gpt4 book ai didi

swift - 如何在 didFailNavigation 方法中呈现另一个 View Controller

转载 作者:行者123 更新时间:2023-11-30 11:41:08 25 4
gpt4 key购买 nike

我正在使用 WKWebView,我想知道如果 webview 加载失败,如何以编程方式呈现。

func webView(_ webView: WKWebView, didFailProvisionalNavigation navigation: WKNavigation!, withError error: Error) {
if let viewController = UIStoryboard(name: "Main", bundle: nil).instantiateViewController(withIdentifier: "cantConnectNetworkVC") as? CantConnectNetworkVC {
present(viewController, animated: true, completion: nil)
}
}

我已经尝试过了,但它不起作用。

最佳答案

通过在导航 Controller 上显示 View Controller 而不是从父 Controller 进行检查。

关于swift - 如何在 didFailNavigation 方法中呈现另一个 View Controller ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49276897/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com