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

UITableView细节

时间:2014-05-26 12:47:25      阅读:253      评论:0      收藏:0      [点我收藏+]

标签:des   style   c   a   color   set   

1.取消选中这行 [tableView deselectRowAtIndexPath:indexPath animated:YES];
2.去掉tableView的分割线(ios7)
self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
3.去掉cell的背景色(白色),整一个cell都有个白色。(ios7)
self.tableView.backgroundColor = [UIColorclearColor];
4.让一行cell不能被选中
cell.selectionStyle = UITableViewCellSelectionStyleNone

UITableView细节,布布扣,bubuko.com

UITableView细节

标签:des   style   c   a   color   set   

原文地址:http://www.cnblogs.com/yangyang1987/p/3746733.html

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