NSDictionary *dic = [NSDictionarydictionaryWithObjectsAndKeys:[UIColorblackColor],UITextAttributeTextColor, [UIFontfontWithName:@"SnellRoundhand-Bold"size:14],UITextAttributeFont ,[UIColorwhiteColor],UITextAttributeTextShadowColor ,nil];
[segment setTitleTextAttributes:dic forState:UIControlStateNormal];
原文:http://www.cnblogs.com/death3721/p/5011923.html