Possible Duplicate:
How to change font color of UISegmentedControl
Is it possible to keep different font colors for the text of selected and unselected segment of UISegmentedControl. Any help will be appreciated.
Is it possible to keep different font colors for the text of |
||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
If you use Interface Builder, add a normal UISegmentedControl, set its class as MCSegmentedControl in the Identity Inspector, set the Tint in the Attributes Inspector. At the moment, animations and the following UISegmentedControl methods are not supported:
Here are the files: |
|||
|
|