vote up 0 vote down star

i want to fire a timer as user slides the slider when the touch ends. is there a way to handle touch events of uislider?

flag

0% accept rate

1 Answer

vote up 0 vote down

Make sure your slider's continuous property is set to YES; then use -addTarget:action:forControlEvents: with... UIControlEventValueChanged?... in the usual way. The slider should continuously call whatever action method you give it.

link|flag
i know this method.i just want to fire timer when user stopped dragging the slider – Shweta Simply Oct 8 at 9:00
Try UIControlEventEditingDidEnd, then. – Noah Witherspoon Oct 8 at 14:31

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.