viewDidLoad
我在方法中注册了一个 NSNotification 。
viewDidUnload
我应该使用下面的代码在和dealloc
方法中注销它吗?
[[NSNotificationCenter defaultCenter] removeObserver:self];
谢谢。
viewDidLoad
我在方法中注册了一个 NSNotification 。
viewDidUnload
我应该使用下面的代码在和dealloc
方法中注销它吗?
[[NSNotificationCenter defaultCenter] removeObserver:self];
谢谢。