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

iOS 改变tableview cell的背景色

时间:2015-03-31 14:40:56      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:

 cell.selectedBackgroundView = [[UIView alloc] initWithFrame:cell.frame];
    cell.selectedBackgroundView.backgroundColor = [UIColor colorWithRed:0.855f green:0.914f blue:0.957f alpha:1.00f];
    
    [cell.bt_start addTarget:self action:@selector(StartTimeAction:) forControlEvents:UIControlEventTouchUpInside];
    [cell.bt_end addTarget:self action:@selector(EndTimeAction:) forControlEvents:UIControlEventTouchUpInside];

 

iOS 改变tableview cell的背景色

标签:

原文地址:http://www.cnblogs.com/niit-soft-518/p/4380697.html

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