我SafariViewController
用来显示网页,而不是我从应用程序中推送的默认“完成”按钮,NavigationController
以保留我的导航堆栈和后退箭头。但是,我需要隐藏SafariViewController
. 这可能吗?请参阅下面的代码和屏幕截图...
let svc = SFSafariViewController(URL: pinterestSafariURL)
navigationController?.pushViewController(svc, animated: true)
注意:链接到这个问题,但答案是一个黑客,而我正在寻找使用 SafariViewController API 的解决方案:SFSafariViewController:隐藏导航栏