Can you please explain what is the purpose of the NSNotification, and what are some situations I could use it?
Does a notification call all classes in the app, or does it call a specific class, by passing a delegate?
Is it possible to create 1 notification, and receive it on multiple classes?
|
|
|||||
|
|
|||
|
|
|
An |
||||
|
|
|
1: Have you read Notification Programming Topics ? 2: Observer should be registred for a notification 3: Yes, several object can observe the same notification |
|||
|
|