摘要:
1 //无色 2 cell.selectionStyle = UITableViewCellSelectionStyleNone; 3 //蓝色,也就是系统默认的颜色 4 cell.selectionStyle = UITableViewCellSelectionStyleBlue; 5 //灰色 6 cell.selectionStyle = UITableViewCellSelectionStyleGrap; 7 8 //自定义选中的背景色 通过RGB来定义颜色 9 UIColor* color = [[UIColor alloc]initWithRed:0.0 green:0.0 b.. 阅读全文
posted @ 2013-08-15 18:40
wangzhenxiang
阅读(287)
评论(0)
推荐(0)
浙公网安备 33010602011771号