好几次用到了NSIndexPath,但是一直不知道怎么通过 row   section这两个参数来初始化

NSIndexPath *index = [NSIndexPath indexPathForRow:0 inSection:4];

 

直接使用!

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-21
  • 2021-11-14
  • 2021-11-07
  • 2021-06-27
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
相关资源
相似解决方案