gpt4 book ai didi

ios - Swift WebView - 无连接模式

转载 作者:行者123 更新时间:2023-11-28 09:12:12 25 4
gpt4 key购买 nike

<分区>

我目前在 Controller 中显示来自 UIWebView 的 URL 内容,我想知道,如果没有连接到设备,我如何显示一条消息或显示一个警告对话框,你需要互联网连接才能显示内容?

我有以下代码:

import UIKit

class SecondView: UICollectionViewController {

override func viewDidLoad() {
super.viewDidLoad()
let myWebView:UIWebView = UIWebView(frame: CGRectMake(0, 0, UIScreen.mainScreen().bounds.width, UIScreen.mainScreen().bounds.height))
myWebView.loadRequest(NSURLRequest(URL: NSURL(string: "http://www.google.com")!))
self.view.addSubview(myWebView)
}

override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
}

}

谢谢!

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