I am confused by the difference between touches and taps like touchUpInside event and one tap. Are they the same thing?
I am confused by the difference between touches and taps like touchUpInside event and
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
https://developer.apple.com/library/ios/documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/GestureRecognizer_basics/GestureRecognizer_basics.html
A tap is the equivalent of a click, a rapid touch start and touch end (which counts as ONE event)
a touch can be lingering…you may touchdown, then move your finger to the button, then lifting your finger fires the touch up (inside the button)