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

autoscroll not stopping #849

Closed supermnemonic closed 6 years ago

supermnemonic commented 6 years ago

i set carousel.autoscroll = -2 inside viewDidLoad.

i create a button to stop it. i set carousel.autoscroll = 0 when tap button.

but it didn't worked. it still scrolling. i expect it to be stop after tap button.

supermnemonic commented 6 years ago

forget it. my bad.