1.系统默认的颜色设置//无色cell.selectionStyle=UITableViewCellSelectionStyleNone;//蓝色cell.selectionStyle=UITableViewCellSelectionStyleBlue;//灰色cell.selectionStyle...
分类:
移动开发 时间:
2014-08-13 18:43:17
阅读次数:
160
1.系统默认的颜色设置//无色cell.selectionStyle=UITableViewCellSelectionStyleNone;//蓝色cell.selectionStyle=UITableViewCellSelectionStyleBlue;//灰色cell.selectionStyle...
分类:
移动开发 时间:
2014-08-06 01:48:00
阅读次数:
290
在自定义UItableView的时候,当选择的style为Group时,往往在设置透明后分割线还在,为了去除,只要重新设置一个BackgroundView覆盖掉原来的即可...
分类:
移动开发 时间:
2014-08-01 02:24:40
阅读次数:
279
1.如何设置tableview每行之间的分割线self.table.separatorStyle=UITableViewCellSeparatorStyleSingleLine;2.如何让cell能够响应select,但是选中后的颜色又不发生改变呢,那么就设置法一:完全不变色cell.selectionStyle=UITableViewCellSelectionStyleNone;法二:变下色马..
分类:
其他好文 时间:
2014-06-29 21:51:09
阅读次数:
362