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

自定义cell的点击背景

时间:2014-11-27 17:47:45      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:style   color   sp   for   strong   on   bs   as   line   

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath

{

     

    // 自定义cell点击背景

    cell.selectedBackgroundView =

    [[UIViewalloc] initWithFrame:cell.frame];

    cell.selectedBackgroundView.backgroundColor = RGBCOLOR(194, 194, 194);

自定义cell的点击背景

标签:style   color   sp   for   strong   on   bs   as   line   

原文地址:http://www.cnblogs.com/liman1990/p/4126572.html

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