Delegate in Objective C is used when one class objects wants to assign some of its work to another object.
A delegate is an object that will respond to pre-chosen selectors (function calls) at some point in the future., need to implement the protocol method by the delegate object.
0 comments:
Post a Comment