Search code examples
iosiphoneios7icarousel

iCarouselTypeRotary iOS scrolling issue


I have used iCarouselTypeRotary for some scrolling effect in my app, but currently the scrolling is enabled with only the view which is in front (selected), I want the scroll to be enable within the whole view.

Can anyone suggest me how to achieve this?

I have used the caraousel from here. https://github.com/nicklockwood/iCarousel

Any suggestions will be appreciated.

Thanks


Solution

  • Kindly make the iCarousel frame as self.view.frame This way you can use the iCarousel to the fullest of its capability.

    However you can decrease the size according to your needs. Also change the backgroundcolor of iCarousel, so that you can see the frame size & adjust it to needs.