摘要:
消除UITableViewCell之间的边框,或者设置UITableViewCell之间边框的颜色参考代码:[m_tableView setSeparatorColor:[UIColor clearColor]]; 阅读全文
posted @ 2011-08-23 19:34 星尘的天空 阅读(528) 评论(0) 推荐(0)
摘要:
消除UITableViewCell之间的边框,或者设置UITableViewCell之间边框的颜色参考代码:[m_tableView setSeparatorColor:[UIColor clearColor]]; 阅读全文
posted @ 2011-08-23 19:34 星尘的天空 阅读(528) 评论(0) 推荐(0)
摘要:
//取消UITableViewCell选中的状态UITableViewCell.selectionStyle=UITableViewCellSelectionStyleNone; 阅读全文
posted @ 2011-08-23 19:27 星尘的天空 阅读(646) 评论(0) 推荐(0) |
||