gpt4 book ai didi

ios - NSMutableArray 最后一个对象

转载 作者:行者123 更新时间:2023-11-28 17:59:48 24 4
gpt4 key购买 nike

我正在尝试 iCarousel,有一个函数可以删除 View 的索引和数组的索引,

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

我将删除它直到剩下一项,然后如果还有一项我想插入它的副本。我试过这个:

insertItemAtindex:carousel.currentItemIndex 但它插入的是最后一个 View 。

但我想要的是在我的 View 中插入 carousel/imagesArray 的最后一个对象/索引。我如何实现它,或者我如何确定 NSMutableArray 的最后一个对象留在 View 中?

最佳答案

carousel.lastObject !!!!!!!!!!

关于ios - NSMutableArray 最后一个对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11246010/

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