设置 cell.selectionStyle = UITableViewCellSelectionStyleNone;
- - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
- {
- //cell被选中后的颜色不变
- cell.selectionStyle = UITableViewCellSelectionStyleNone;
本文共 237 字,大约阅读时间需要 1 分钟。
设置 cell.selectionStyle = UITableViewCellSelectionStyleNone;
转载地址:http://ivzia.baihongyu.com/