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

Disable snap feature when scrolling.. ? #385

Open yillars opened 11 years ago

yillars commented 11 years ago

I want to disable snapping feature when scrolling iCarousel. Please help :(

nicklockwood commented 11 years ago

Do you mean the feature where it automatically scrolls to the nearest item when you stop touching the screen?

If so, set the carousel.scrollToItemBoundary to NO and I think that will do what you want.