我正在努力使SafariViewController变黑(iOS 10,iOS 11)。
我有代码:
let svc = SFSafariViewController(url: url!, entersReaderIfAvailable: false)
svc.preferredBarTintColor = .black
svc.preferredControlTintColor = .white
然而,这使它变灰(与黑色相比)。我相信原因是它是半透明的。
有没有办法让它完全变黑?