빠른 질문 :싱글턴 목표 C에서 NSNotificationCenter의 관찰자 제거
나는 여러 NSNotifications에 대해 등록 된 싱글 톤 클래스가 있습니다. 싱글 톤은 앱의 수명 동안 지속되기 때문에.
내가 내 단일 클래스에서[NSNotificationCenter defaultCenter] removeObserver:self]
을 구현해야합니까?
iOS의 싱글 톤에서 NSNotification 센터를 처리하는 올바른 방법은 무엇입니까?
감사합니다.
가능한 복제본 [AppDelegate에서 알림을 위해 옵저버를 추가하는 경우이를 제거해야합니까?] (http://stackoverflow.com/questions/9560419/if-add-an-observer-for- a-app-notification-the-appdelegate-do-bother-re) –