gpt4 book ai didi

iphone - NSMutableArray 难度

转载 作者:行者123 更新时间:2023-11-29 11:12:23 27 4
gpt4 key购买 nike

这里是 iOS 开发新手。我的数组有问题。我正在使用 iCarousel 制作应用程序。每当它停止到一个 View 时,它将删除当前 View 或索引,如下所示:

    NSInteger index = carousel.currentItemIndex;
[carousel removeItemAtIndex:index animated:YES];
[images removeObjectAtIndex:index];

所以我的数组有一个索引:

0 1 2 3 4 5

当我使用上面的方法时(例如它落在 View 3 上)它变成这样:

0 1 2 4 5

即使我删除了,如何保持相同的数组索引/值?还是我应该更新它?

我尝试使用 [carousel reloadData]; 但仍然没有效果。

最佳答案

使用[carousel replaceItemAtIndex:index withObject:[NSNull null]];并检查对象是否为 NSNull 类型,然后什么都不做或根据您的要求执行。

关于iphone - NSMutableArray 难度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10942677/

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