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

Limit(Stop) Edge Scrolling in iCarousel. #813

Open vinodsupnekar opened 7 years ago

vinodsupnekar commented 7 years ago

Hi, I need to stop scrolling before 1st view and after Last view in iCarousel. I have refered https://github.com/nicklockwood/iCarousel/issues/35 and changed numberOfPlaceholders = 0 but did not worked for me. Please guide on this.

vinodsupnekar commented 7 years ago

Got it as i set bounces = NO. Worked. :)