Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UIScrollView / iCarouselを特定の部分で停止させる、indexまたはプログラムでここのようにする方法 はありますか?([[images objectAtIndex:index] intValue] == 75)
index
([[images objectAtIndex:index] intValue] == 75)
iCarouselをスクロールする方法は次のとおりです。
[carousel scrollByNumberOfItems:-35 duration:10.7550f];
を使用して特定のインデックスにスクロールできます
[carousel scrollToItemAtIndex:5 duration:10.0f];
私はあなたが何をしようとしているのかを100%確信していません-このコードでは画像を整数に変換しようとしているので、サンプルコードは意味がありません。