2012-04-19 6 views

答えて

0

(後のiOS 5と)でこれを行う最も簡単な方法は、-setTitleTextAttributes: forState:です。

例: [segmentedControl setTitleTextAttributes:@{ UITextAttributeTextColor : [UIColor lightGrayColor] } forState:UIControlStateSelected];

ドキュメント:UISegmentedControl Class Reference

関連する問題