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

改变cell的背景颜色

时间:2014-06-25 10:48:56      阅读:264      评论:0      收藏:0      [点我收藏+]

标签:cell   背景颜色   

#define DARK_BACKGROUND  [UIColor colorWithRed:151.0/255.0 green:152.0/255.0 blue:155.0/255.0 alpha:1.0];


- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath
{
    cell.backgroundColor = DARK_BACKGROUND;

}


本文出自 “Ghost霍的尛博客” 博客,请务必保留此出处http://ghost0714.blog.51cto.com/8682905/1430491

改变cell的背景颜色,布布扣,bubuko.com

改变cell的背景颜色

标签:cell   背景颜色   

原文地址:http://ghost0714.blog.51cto.com/8682905/1430491

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