摘要:
1.系统默认的颜色设置//无色cell.selectionStyle=UITableViewCellSelectionStyleNone; //蓝色cell.selectionStyle=UITableViewCellSelectionStyleBlue; //灰色cell.selectionStyle=UITableViewCellSelectionStyleGray;2.自定义颜色和背景设置改变UITableViewCell选中时背景色UIColor*color=[[UIColoralloc]initWithRed:0.0green:0.0blue:0.0alpha:1];//通过RGB来 阅读全文
posted @ 2014-03-25 17:19
光光96
阅读(264)
评论(0)
推荐(0)
摘要:
// 设置UITableViewCellEditingStyle的accessoryType UITableViewCellAccessoryNone, // don't show any accessory view UITableViewCellAccessoryDisclosureIndicator, // regular chevron. doesn't track UITableViewCellAccessoryDetailDisclosureButton, // info button w/ chevron. tracks UITableViewCellA... 阅读全文
posted @ 2014-03-25 14:42
光光96
阅读(666)
评论(0)
推荐(0)

浙公网安备 33010602011771号