Swipe view

I’m searching for a swipe view control able to switch different views / containers on a swipe event.
I saw a object in Jason’s iOSKit but no example to see how it works.
Does somebody knows how I can implement this kind of thing ?

Hi Valry,
If you drag the control onto a view then add event handlers you should see all of the events you need to control it. You return true in the setup events to enable the different gestures, then implement the gesture events to determine what happened. If there is something that isn’t clear beyond that please ask and I’ll do my best to explain.

Jason