0
我正在使用它來更改分段控件文本的文本顏色,但其顏色在UIControlStateNormal
中未發生變化。我必須保持兩種狀態相同的顏色。UISegmentedControl文本顏色問題
NSDictionary *highlightedAttributes = [NSDictionary
dictionaryWithObject:[UIColor blueColor] forKey:UITextAttributeTextColor];
[self.segmentController
setTitleTextAttributes:highlightedAttributes forState:UIControlStateSelected];