我有一个单例类,它注册了几个NSNotifications.因为Singletons持续超过应用程序的生命周期.
我必须实施吗?
[NSNotificationCenter defaultCenter] removeObserver:self]
在我的单身课程中?
什么是在iOS中与Singletons中的NSNotification中心打交道的正确方法?
谢谢