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

Limiting Scroll Area #221

Closed Animesh279 closed 12 years ago

Animesh279 commented 12 years ago

Hi Nick,

First of all thanks for providing this great control. I am using the linear carousel type on iPhone and I need to limit the scrolling area as I have to put two buttons on either side of the carousel to scroll left and right. But the linear carousel scrolls down to full 320 width and up and over the buttons. I set the frame of the carousel in between the buttons but couldn't find a way to limit scrolling inside required frames. Please help me

Regards

Animesh

nicklockwood commented 12 years ago

Set the clipsToBounds property to YES on the carousel.

Animesh279 commented 12 years ago

Thanks...