Can anyone please tell me how can I change the font type and size of UISegmentedControl?
Thanks, Aashutosh
Can anyone please tell me how can I change the font type and size of UISegmentedControl?
Thanks, Aashutosh
Assuming one of the provided styles doesn't fit your needs, via property:
@property(nonatomic) UISegmentedControlStyle segmentedControlStyle
some example code found here: link text
I would also consider the extent of your possible changes, so they don't stray from Apple's guidelines: link text