Can anyone please tell me how can I change the font type and size of UISegmentedControl?
UISegmentedControl
C# / Xamarin:
segment.SetTitleTextAttributes(new UITextAttributes { Font = UIFont.SystemFontOfSize(font_size) }, UIControlState.Normal);