我使用以下代码呈现SFSafariViewController
let url = "https://stackoverflow.com"
let safariViewController = SFSafariViewController(url: url)
safariViewController.modalPresentationStyle = .fullScreen
safariViewController.modalTransitionStyle = .crossDissolve
self.navigationController?.present(safariViewController, animated: true)
答案 0 :(得分:1)
我发现了自己的问题
我的UINavigationBar样式设置为黑色
UINavigationBar.appearance().barStyle = .black