Search code examples
iphoneobjective-cios5uislider

Double-Tap The Nob Of A UISlider


In my appliction on double tapping the nob of slider a new view should be displayed, but I don't know which method or what code I have to implement for double tapping.

If you have any code or method for double tapping the nob then please provide it, as it would be very helpful.

Thanks in advance.


Solution

  • This SO question adds a double touch to a UIButton: Double Touch on UIButton The principle is the same for a UISlider.