gpt4 book ai didi

ios - 'openURL' 在 iOS 10.0 : Please use openURL:options:completionHandler: instead in Swift 3 中被弃用

转载 作者:IT王子 更新时间:2023-10-29 07:47:05 28 4
gpt4 key购买 nike

<分区>

我在 Swift3 中使用 open webLink url 代码,但是当我使用它时会给我这个警告;

'openURL' was deprecated in iOS 10.0: Please use openURL:options:completionHandler: instead

我该如何解决,我的代码如下。

let myUrl = "http://www.google.com"
if !myUrl.isEmpty {
UIApplication.shared.openURL(URL(string: "\(myUrl)")!)
}

谢谢。

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