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

Carousel not scrolls to center after stopping #493

Closed Alybin-Alexey closed 10 years ago

Alybin-Alexey commented 10 years ago

Carousel stops scrolling then tap and drag page or double tap on page. How to fix it?

ios simulator screen shot mar 31 2014 10 25 44 am

nicklockwood commented 10 years ago

It looks like your carousel frame doesn't match your screen. Maybe you sized it incorrectly, or forgot to set the autoresizing properties?

Alybin-Alexey commented 10 years ago

Thanks! Frame is OK, i change content offset. I fix problem with carousel locking. I add this to my ViewController.