Objective-C - Design pattern - Delegation

Delegation principle is that an object sends messages to its delegate to ask or to notify it that something is occuring.

The main example is the Application that sends messages to its delegate to tell it that the routines are ready and the custom configuration can start.

Add new comment

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.