在UISearchController中,UISearchBar默认文本颜色为黑色。如何在tvOS10中将UISearchController UISearchBar文本颜色更改为白色
发布于 2016-09-25 23:43:49
找到了我的问题的解决方案。在plist中设置"User Interface Style“属性为"Dark”解决了这个问题
https://stackoverflow.com/questions/39536628
相似问题