I have a problem when I’m reading iOS’s document for Event Types and Delivery. For this:
If the first responder or the hit-test view doesn’t handle an event
What does ‘handle an event’ mean?
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.
Handle an event means that there is a method that is called when the event is fired. For instance, if you click on a button and there is a method that is called when that button is clicked, that acts in response to the button, then it handles the event.