UIFont *Boldfont = [UIFont boldSystemFontOfSize:16.0f]; 
NSDictionary *attributes = [NSDictionary dictionaryWithObject:Boldfont forKey:UITextAttributeFont]; 
[segment setTitleTextAttributes:attributes forState:UIControlStateNormal];

 

相关文章: