Ios 使SafariViewController颜色完全为黑色

Ios 使SafariViewController颜色完全为黑色,ios,sfsafariviewcontroller,Ios,Sfsafariviewcontroller,我正在尝试将SafariViewController设置为黑色(iOS 10、iOS 11) 我有密码: let svc = SFSafariViewController(url: url!, entersReaderIfAvailable: false) svc.preferredBarTintColor = .black svc.preferredControlTintColor = .white 但是,这会使它变成灰色(与黑色相比)。我相信原因是它是半透明的 有没有办法让它完全变黑

我正在尝试将SafariViewController设置为黑色(iOS 10、iOS 11)

我有密码:

let svc = SFSafariViewController(url: url!, entersReaderIfAvailable: false)
svc.preferredBarTintColor = .black
svc.preferredControlTintColor = .white
但是,这会使它变成灰色(与黑色相比)。我相信原因是它是半透明的

有没有办法让它完全变黑