I have set images in iCarousel. When I scroll the carousel, it shows images in front and back. I do not want to display images in back. Please help. Thank you.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You'll need to change to a custom carousel type, and copy the implementation of iCarouselTypeRotary in your delegate. Then implement |
|||||
|
|
In the latest version of iCarousel, the easiest way to do this is to set view.layer.doubleSided = NO on your carousel item views. |
|||
|
|