I am trying to add a touch to UIButton
.
I want it to be when I click on button, until I release the finger, it won't click on it.
I Have played with many touch events, Touch down, Touch up inside
etc but none is working like that. This is a very common touch event. How can I add such a thing in iPhone UIButton
?