标签:
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