gpt4 book ai didi

objective-c - 转移 NSIndexPath 实体

转载 作者:行者123 更新时间:2023-11-28 20:30:52 28 4
gpt4 key购买 nike

我一直在阅读 NSIndexPaths 以获得 uitableviews 等。但是我很难操纵现有的索引路径。

我想在保留行的同时采用现有的索引路径递增/移动每个部分。因此 indexPath.section 0 变为 indexPath.section 1 等。非破坏性地移动关联的行数。

我知道 NSIndexPath 是不可变的,但他们是否有任何支持它的类别或好的模式?

最佳答案

好吧,您总是可以从旧实例创建一个略有变化的新实例。

NSIndexPath *newPath = [NSIndexPath indexPathForRow:oldPath.row 
inSection:oldPath.section+1];

关于objective-c - 转移 NSIndexPath 实体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12163958/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com