preferredbartintColor的默认颜色?
我想知道sfsafariviewController
中此(白色?)帧的默认颜色。 我能够使用以下方式更改颜色:
let safariViewController = SFSafariViewController(url: URL)
safariViewController.preferredBarTintColor = UIColor.white
,
但我认为它的白色尚不清楚。
我想在深色模式下保留这种“白色”颜色,因此尝试将其设置在我的代码中。
I would like to know a default color of this (white?) frame in SFSafariViewController
.
Im able to change a color with:
let safariViewController = SFSafariViewController(url: URL)
safariViewController.preferredBarTintColor = UIColor.white
But I think its not clear white.
I would like to preserve this "white" color in dark mode, so trying to set it in my code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论