gpt4 book ai didi

ios - 如何在 icarousel ios 中找到特定的索引?

转载 作者:行者123 更新时间:2023-11-29 03:13:49 25 4
gpt4 key购买 nike

从 1 月到 12 月,我正在使用 iCarousel 和一些带有标签的项目(等于数组计数)。
如果我必须找到 December 元素的索引并自动滚动到该特定索引,该怎么办。

对于自动滚动,我找到了一种方法

[_carousel scrollToItemAtIndex:(NSInteger*) animated:(BOOL)];
如何查找带有 December 标签的项目的索引?提前致谢。

最佳答案

获取数组中对象的索引,它将与轮播中 View 的索引相匹配。如果您的数组包含字符串,那么您可以通过以下方式获取 12 月的索引

 NSInteger index = [array indexOfObject:@"December"];

关于ios - 如何在 icarousel ios 中找到特定的索引?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21910019/

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