-1

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.

jrtc27
  • 8,496
  • 3
  • 36
  • 68
iPhone
  • 4,092
  • 3
  • 34
  • 58

2 Answers2

0

Here is a more relevant answer regarding how to set a selector for the touchDownRepeat UIControlEvent: Detect double-tap on UISlider?

Community
  • 1
  • 1
Glavid
  • 1,071
  • 9
  • 19
0

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

Community
  • 1
  • 1
Peter M
  • 7,309
  • 3
  • 50
  • 91