When to use Delegation, Notification, or Observation in iOS
A common problem that we often experience when developing iOS applications, is how to allow communication between our controllers, without the need to have excessive coupling. Three common patterns that appear time and time again throughout iOS applications include:- Delegation
- Notifications through Notification Center, and
- Key value observing