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

Posted

技术标签:

【中文标题】如何在icarousel ios中找到特定索引?【英文标题】:How to find particular index in icarousel ios? 【发布时间】:2014-02-20 13:59:50 【问题描述】:

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

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

[_carousel scrollToItemAtIndex:(NSInteger*) animated:(BOOL)]; 如何找到具有十二月标签的项目的索引?提前谢谢。

【问题讨论】:

【参考方案1】:

获取数组中对象的索引,它将匹配轮播中视图的索引。如果您的数组包含字符串,那么您可以通过说得到 12 月的索引

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

【讨论】:

以上是关于如何在icarousel ios中找到特定索引?的主要内容,如果未能解决你的问题,请参考以下文章

(Swift) 如何为单独的 iCarousels 分配特定数量的项目?

iCarousel 滚动

要显示的起始图像的 iCarousel 索引号

iOS:iCarousel 中未选择视图的约束

如何在 iOS 6.1 中将 iCarousel -Fading 演示项目集成到我的项目中

如何用动画重新加载 iCarousel?