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

Scroll items is not smoothly #865

Open 18638597928 opened 6 years ago

18638597928 commented 6 years ago

Hi, I am using carousel in one of my project. I am facing that carousel not smoothly scroll. When you scroll or drag items it take a jump or say kind of stop in half way and then complete the scroll. I want that it scroll complete item smoothly. Scroll items smoothly with no jerk or jump.In my project, [self.carousel addSubview:UITextView]

Please suggest how can i improve this.