UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
cell.selected = NO;
[self.tableView deselectRowAtIndexPath:indexPath animated:YES];
时间: 2024-12-20 01:56:27
UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
cell.selected = NO;
[self.tableView deselectRowAtIndexPath:indexPath animated:YES];