let vc = SFSafariViewController(url: URL(string:
self.present(vc, animated: true, completion: nil)
C32C8289-F8A4-4BCB-8996-1DB7B47EA930.png
默认导航栏以及下面 toolbar 的背景色是白色,按钮的 tintColor 是蓝色,你都可以修改它:
vc.preferredBarTintColor = UIColor.white
vc.preferredControlTintColor = UIColor.black