//获取indexPath

NSIndexPath *indexPath = [NSIndexPath indexPathForRow:0 inSection:0];

 

//取消样式

[cell setSelectionStyle:UITableViewCellSelectionStyleNone];

 

//闪烁

[tableView deselectRowAtIndexPath:indexPath animated:YES];

 

相关文章:

  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-10
  • 2021-05-23
相关资源
相似解决方案