selecte专题

iOS开发笔记--UITableViewCell的选中时的颜色及tableViewCell的selecte与deselecte

1.系统默认的颜色设置 [objc] view plain copy //无色  cell.selectionStyle = UITableViewCellSelectionStyleNone;    //蓝色  cell.selectionStyle = UITableViewCellSelectionStyleBlue;    //灰色  cell.selectionStyle =

UITableViewCell的选中时的颜色及tableViewCell的selecte与deselecte

1.系统默认的颜色设置 [objc] view plain copy //无色   cell.selectionStyle = UITableViewCellSelectionStyleNone;      //蓝色   cell.selectionStyle = UITableViewCellSelectionStyleBlue;      //灰色   cell.select