gpt4 book ai didi

ios - SFSafariViewController 显示任何 URL 的空白屏幕

转载 作者:行者123 更新时间:2023-12-01 17:47:25 26 4
gpt4 key购买 nike

我正在尝试使用 SFSafariViewController 显示 URL .这是我的代码:(topmostController 指向,是的,最顶层的 Controller )

SFSafariViewController *safariVc = [[SFSafariViewController alloc] initWithURL:url];
[[UIViewController topmostController] presentViewController:safariVc animated:YES completion:nil];

无论我尝试呈现的 URL 是什么,我都会得到以下信息:

enter image description here

地址栏空白无响应,刷新按钮不做任何事情,所有底部按钮都被禁用,没有页面,顶部栏布局困惑。

我已经多次尝试使用多个域,但它总是一样的。我究竟做错了什么?

最佳答案

swift 4.2:

let safariViewController = SFSafariViewController(url: URL)
view.window?.rootViewController?.present(safariViewController, animated: true)

关于ios - SFSafariViewController 显示任何 URL 的空白屏幕,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45641887/

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