I’m trying to trigger an UIViewAnimation Block with the slider. Basically I want a view to mode along the x axis. The distance is set by the slider.
The animation works ok, but I would like the animation to be triggered after I finished moving the slider. So far I’ve only accomplished moving the view at the same time as the slider.
Any ideas on how to accomplish that?
Thanks in advance!
Set the UISlider’s
continuousproperty toNO. It then sends events only when the user finished moving (lifted) his finger.