在- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath

这个方法中通过indexPath找到对应的cell,可以用UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath]来获取

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2021-05-16
  • 2022-01-30
猜你喜欢
  • 2021-06-17
  • 2022-12-23
  • 2021-10-20
  • 2021-11-01
  • 2021-07-20
  • 2021-09-24
  • 2022-12-23
相关资源
相似解决方案