码迷,mamicode.com
首页 > 其他好文 > 详细

UISegmentedControl 改变选中字体的颜色

时间:2015-01-12 19:07:58      阅读:503      评论:0      收藏:0      [点我收藏+]

标签:

       //设置选中的字体颜色为蓝色
    [segmentControll setTitleTextAttributes:@{NSForegroundColorAttributeName:[UIColor blueColor]} forState:UIControlStateSelected];
        //设置未选中的字体颜色为白色
    [segmentControll setTitleTextAttributes:@{NSForegroundColorAttributeName : [UIColor whiteColor]} forState:UIControlStateNormal];

 
 

UISegmentedControl 改变选中字体的颜色

标签:

原文地址:http://www.cnblogs.com/tian-sun/p/4218965.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!