Search code examples
iosobjective-ccocoa-touchicarousel

Temporarily keep iCarousel from scrolling


Is there some way to prevent iCarousel from scrolling? Like, a "lock screen" feature? When i press a button, it should stop scrolling and when the button is pressed a second time, it'll start scrolling again. Is there any way to do this?


Solution

  • The carousel uses a pan gesture recogniser to control the scrolling. If you get access to that gesture you can disable it (and then re-enable it again later).