반응형 DistributedNotification1 [🍎 macOS] DistributedNotificationCenter DistributedNotificationCenter는 macOS 운영체제에서만 사용되는 알림 구조의 일부로 다른 프로세스들에 알림을 전송 또는 수신을 할 수 있습니다. 또한 NSNotification의 확장 된 형태로 다른 작업의 객체로 브로드 캐스트 기능이 추가 되었습니다. DistributedNotificationCenter의 주요 기능은 아래와 같습니다.※ 알림 등록 및 제거 (Managing Observers)addObserver (_:selector:name:object:suspensionBehavior:) → 지정 된 NSNotification.Name을 바탕으로 객체에 대한 알림 옵저버를 등록합니다.removeObserver (_:name:object:) → 지정 된 NSNotificati.. 2023. 8. 30. 이전 1 다음 반응형