Can anyone please tell me how can I change the font type and size of UISegmentedControl?
UISegmentedControl
Another option is to apply a transform to the control. However, it will scale down everything including the control borders.
segmentedControl.transform = CGAffineTransformMakeScale(.6f, .6f);