Answer Posted / Rinku Gupta
A delegation protocol in Objective-C is a way to communicate between two objects, where one object (the delegate) handles certain events or tasks for another object (the delegatee). The delegate conforms to the protocol and adopts its methods, which are then implemented to handle specific actions.
| 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