ios – 更改SFSafariViewController的tintcolor?

前端之家收集整理的这篇文章主要介绍了ios – 更改SFSafariViewController的tintcolor?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
正如标题所说在iOS 9,SFSafariViewController中,如何更改新的整体色调?

解决方法

它是视图的属性,safariVC.view.tintColor = UIColor.someColor()
原文链接:https://www.f2er.com/iOS/336643.html

猜你在找的iOS相关文章