is there any way to set custom image for selected segment in UISegmentedcontrol and change the fontsize?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Use the below code in UIControlEventValueChanged event target please check the below code for example if your segment control name is segmentControl,
Regarding the Font Size change, please mention the details. do you want to change only the selected segment text font size or all segment tab? Any way this is the common way to change the segment Font size.. use it as per your conditions.. if you need additional help, please add a comment below...
Note that this is only available for iOS5+ |
||||
|
|