On March 3, 2009, In iPhone Development, By Graham F
A lot of the time, you can use buttons or tables to allow the user to interact with the UI of the iPhone.
What happens though, if you want the user to use the UITouch methods and have a double tap on the screen?
Well, this is incredibly easy to do!
Put the following code in your ViewController [...]