# ResponderChain

2개의 포스트
post-thumbnail

June 7, 2021, TIL (Today I Learned)

이벤트를 핸들링하고 이벤트에 반응할 수 있는 객체. 모든 responder 객체는 UIResponder에서 상속된 클래스의 인스턴스. 모든 UIApplication, UIWindow, UIViewController, UIView의 객체들은 responder입니다. R

2021년 8월 26일
·
0개의 댓글
·

Using Responders and the Responder Chain to Handle Events

"Learn how to handle events that propagate through your app."

2021년 3월 25일
·
0개의 댓글
·