gpt4 book ai didi

ios - 启用地址栏的 Safari ViewController

转载 作者:搜寻专家 更新时间:2023-11-01 06:36:02 25 4
gpt4 key购买 nike

我正在使用 Safari ViewController 并且地址栏被禁用。如何启用它以便用户可以输入其他网址?

enter image description here

这是我正在使用的代码

class ViewController: UIViewController, SFSafariViewControllerDelegate {

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

@IBAction func showSafariVC(_ sender: AnyObject) {
let svc = SFSafariViewController(url: NSURL(string: "http://www.google.com") as! URL)
svc.delegate = self
present(svc, animated: true, completion: nil)
}
}

最佳答案

无法按照描述编辑 SFSafariViewController 的 URL here .

在苹果中developer site他们也提到了这一点:

A read-only address field with a security indicator and a Reader button

希望对您有所帮助!

关于ios - 启用地址栏的 Safari ViewController,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41564845/

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