cell点击之后变灰
- 作者: 約啶啈冨19506237
- 来源: 51数据库
- 2022-08-17
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
UITableViewCell * cell = [tableView cellForRowAtIndexPath:indexPath];
cell.selectionStyle = UITableViewCellSelectionStyleNone;// 这句话写了就ok了
}
推荐阅读
