Swift Scope按钮文本颜色

时间:2016-03-02 21:13:47

标签: ios swift uisearchbar

我的应用程序用户界面出现问题。我不知道如何编辑示波器栏上按钮的颜色以使它们更清晰。

任何帮助将不胜感激。

1 个答案:

答案 0 :(得分:0)

我认为它会对你有帮助..

self.segControl.tintColor = [UIColor blackColor];



[self.segControl setTitleTextAttributes:@{NSForegroundColorAttributeName:[UIColor redColor]} forState:UIControlStateNormal];

此处有更多信息:https://developer.apple.com/library/ios/documentation/userexperience/conceptual/UIKitUICatalog/UISegmentedControl.html