ニュース

Observerデザインパターンの言葉を使えば、ObserverをSubjectに登録する、ということになる。 Subjectとなるのは、NSNotificationCenterクラスだ。
The Observer design pattern falls under the Behavioral design pattern category and is used when you would want to notify change to a number of classes. Behavioral design patterns are those that ...