Tag: uicolorsearch栏

SearchBar,如何更改文字颜色?

我的search栏有默认的灰色文本,但我希望它是白色文本。 我无法弄清楚如何使用swift来改变范围栏的文本颜色,而你无法从故事板上做到这一点。 我发现的最接近的是 searchBarOutlet.setScopeBarButtonTitleTextAttributes([NSForegroundColorAttributeName: UIColor.whiteColor()], forState:UIControlState.Normal) 但唉这也不行。 有任何想法吗?