UITouchEvent Propagation Revisited
Touch event propagation and UI responder chain is one of the most frequently visited topics during iOS interviews. As there are some of the most critical concepts in this topic which can prove whether the candidate have a solid understanding regarding event and gesture detections. A summary is made in this article to discuss:
- how touch event propagates and gestures get recognized.
- how UIResponder is relevant to this process.





