【发布时间】:2014-06-13 07:32:28
【问题描述】:
我的应用中有一个 icarousel 视图,如何降低此轮播的速度?我的意思是我想降低从轮播视图的一个元素跳到另一个元素的速度。
谢谢!
【问题讨论】:
-
终于找到了如何降低速度的解决方案。在我们代码的 spin 方法的操作中,存在持续时间因素,如果我们增加持续时间值,则速度会降低。 [carouselFeatured scrollToItemAtIndex:carouselFeatured.currentItemIndex+1 duration:0.8];
标签: ios iphone objective-c objective-c-blocks icarousel