SDCycleScrollView icon indicating copy to clipboard operation
SDCycleScrollView copied to clipboard

手动滚动到最后一个cell后无法继续滚动,并不是无限循环

Open FakeDeveloperHD opened this issue 5 years ago • 2 comments

手动滑动,自动滚动可以

FakeDeveloperHD avatar Nov 14 '19 08:11 FakeDeveloperHD

这边将repeat次数从100调整到了1000,其次在cycleScrollView隐藏的时候调用pauseScroll接口,里面重置当前显示的cell位置,可以尽可能避免到边界无法滑动情况。可以参考该demo:https://github.com/buvtopcc/CCPagerView Inspire by SDCycleScrollView,reserve basic function, make it more simple use.

buvtopcc avatar Apr 14 '20 10:04 buvtopcc

https://github.com/cj1024/CJCarouselView 写了个真*无限滚动的

cj1024 avatar Mar 24 '21 09:03 cj1024