按下SFSafariViewController时出现黑色标签栏

时间:2018-01-05 17:18:11

标签: ios swift animation

我使用以下代码呈现SFSafariViewController

    let url = "https://stackoverflow.com"
    let safariViewController = SFSafariViewController(url: url)
    safariViewController.modalPresentationStyle = .fullScreen
    safariViewController.modalTransitionStyle = .crossDissolve
    self.navigationController?.present(safariViewController, animated: true)

出于某种原因,这里的t enter image description here在呈现时是SFSafariViewController中的一个小故障。有什么想法吗?

1 个答案:

答案 0 :(得分:1)

我发现了自己的问题 我的UINavigationBar样式设置为黑色     UINavigationBar.appearance().barStyle = .black