iCarousel auto scrolling not appearing smoothly

混江龙づ霸主 提交于 2019-12-24 22:46:19

问题


Auto scrolling appear smooth, when I specify timeInterval for auto scroll 0.0333. But, If I specify timeInterval for auto scroll 5.0 sec, the auto scroll not appear smooth. Is there any animation duration in iCarousel?


回答1:


Try out this.

[_icarousel scrollByNumberOfItems:85 duration:10];//scrolls 85 items in 10 seconds



回答2:


Go to iCarousel.m file and add the following line of code inside the setUp method.

- (void)setUp
{ 
   _autoscroll=1;
}


来源:https://stackoverflow.com/questions/15790311/icarousel-auto-scrolling-not-appearing-smoothly

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!