UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
cell.selected = NO;
[self.tableView deselectRowAtIndexPath:indexPath animated:YES];
时间: 2024-10-20 17:34:29
UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
cell.selected = NO;
[self.tableView deselectRowAtIndexPath:indexPath animated:YES];