Delegate and NSNotifications are used to accomplish nearly the same functionalities.However,delegates are one to one but NsNotifications are one to many.
Delegate can send message to one object at a time but NSNotifications can send message to all the objects of that Application.
Delegate can send message to one object at a time but NSNotifications can send message to all the objects of that Application.
No comments:
Post a Comment