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