NSDictionary *dic = [NSDictionary dictionaryWithObjectsAndKeys:[UIFont systemFontOfSize:18],UITextAttributeFont ,[UIColor whiteColor],UITextAttributeTextShadowColor ,nil]; [segment setTitleTextAttributes:dic forState:UIControlStateSelected]; [segment setTitleTextAttributes:dic forState:UIControlStateNormal];
原文:http://www.cnblogs.com/dqxu/p/4290160.html