Can anyone please tell me how can I change the font type and size of UISegmentedControl?
UISegmentedControl
Swift 4
let font = UIFont.systemFont(ofSize: 16) UISegmentedControl.setTitleTextAttributes([NSFontAttributeName: font], for: .normal)