码迷,mamicode.com
首页 > 移动开发 > 详细

iOS cell添加点击时改变字体的颜色及背景

时间:2015-06-03 19:02:37      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:

        cell.selectedBackgroundView.backgroundColor = [UIColor whiteColor];//选中后变换,色彩的变换
        cell.textLabel.highlightedTextColor = [UIColor colorWithRed:0/255.0 green:180/255.0 blue:140/255.0 alpha:1];//选中label颜色的变化
        cell.textLabel.textColor = [UIColor whiteColor];

        cell.backgroundView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"fenlei-weidaidi"]];
        cell.selectedBackgroundView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"fenlei-daidi"]];//选中后变换,图片的变换

 

iOS cell添加点击时改变字体的颜色及背景

标签:

原文地址:http://www.cnblogs.com/anyezhuixing/p/4549643.html

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