var segment = UISegmentControl
//修改字型大小
let font = UIFont.systemFont(ofSize: 20)
segment.setTitleTextAttributes([NSFontAttributeName:font], for: .normal)
var segment = UISegmentControl
//修改字型大小
let font = UIFont.systemFont(ofSize: 20)
segment.setTitleTextAttributes([NSFontAttributeName:font], for: .normal)