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

Beginning and end of the list at different points #53

Closed andredestro closed 12 years ago

andredestro commented 12 years ago

In linear mode initialize the item on the left, and when scroll to the end, the last item has stopping on the right of the view.

Currently, the first and last always stop in the center.

Its possible?

nicklockwood commented 12 years ago

This has been requested a few times, but right now it's not possible with iCarousel. If you are just using iCarousel in linear mode, try using my SwipeView library instead, which has a similar interface and many of the same features but is designed to do what you want in terms of alignment.