Answer Posted / Sanjev Kumar Gupta
In Objective-C, the responder chain is a mechanism used to handle messages sent between objects. When an object does not understand a message it receives, it forwards it to its supervisor (parent) or delegate until the message is handled or the top-level object (usually UIApplication or UIResponder) is reached.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category