使SafariViewController色调完全变黑

时间:2017-10-11 18:38:09

标签: ios sfsafariviewcontroller

我正在努力使SafariViewController变黑(iOS 10,iOS 11)。

我有代码:

let svc = SFSafariViewController(url: url!, entersReaderIfAvailable: false)
svc.preferredBarTintColor = .black
svc.preferredControlTintColor = .white

然而,这使它变灰(与黑色相比)。我相信原因是它是半透明的。

有没有办法让它完全变黑?

0 个答案:

没有答案