nicklockwood / iCarousel

A simple, highly customisable, data-driven 3D carousel for iOS and Mac OS
http://www.charcoaldesign.co.uk/source/cocoa#icarousel
Other
12k stars 2.58k forks source link

how to close decelerate effect? #854

Open tospery opened 6 years ago

tospery commented 6 years ago

when i set decelerationRate = 0.0f for iCarouselTypeLinear mode. If scroll fast, it will also trigger decelerating. I found the reason is the following method return YES:

tospery commented 6 years ago

my set: self.carousel.stopAtItemBoundary = NO; self.carousel.scrollToItemBoundary = NO; self.carousel.decelerationRate = 0.0; self.carousel.type = iCarouselTypeLinear;