gpt4 book ai didi

ios - 如何在 ios 中的 WebKitView 上设置检查互联网连接的计时器

转载 作者:行者123 更新时间:2023-11-30 12:00:17 26 4
gpt4 key购买 nike

我正在使用 RechabilitySwift( https://github.com/ashleymills/Reachability.swift ) 库。如果互联网连接不可用,我将使用 UIAlertController 向用户提示消息。如何在 Web View 上设置网络连接重试计时器。

最佳答案

也许你应该使用通知或观察者,

对于通知,您可以尝试此代码

NotificationCenter.default.addObserver(self, selector:Selector(("checkForReachability:")), name: 
NSNotification.Name.reachabilityChanged, object: nil)
let reachability: Reachability = Reachability.forInternetConnection()
reachability.startNotifier()

关于ios - 如何在 ios 中的 WebKitView 上设置检查互联网连接的计时器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47324803/

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