NotificaitonCenter1 Swift) Notification, NotificationCenter Notification NotificationCenter를 통해 정보를 저장하기 위한 컨테이너이다. Notification을 post(전달)할 때 동기적으로 동작한다. NotificationCenter NotificationCenter에 등록된 observer에게 동시에 notification을 전달하는 클래스이다. NotificationCenter 클래스는 한 객체가 이벤트가 발생했다는 Notification을 전달(post)하면, NotificationCenter에서 등록된 옵저버에게 객체에서 발생한 이벤트를 보낸다. 해당 이벤트를 다루는 옵저버가 있다면, 미리 설정해놓은 처리로(이런 이벤트가 들어오면, 이렇게 처리해라) 이벤트에 대한 처리(콜백, 피드백)을 한다. .default = 앱 전체에 전역.. 2022. 2. 12. 이전 1 다음