メソッドに NSNotification を登録しviewDidLoad
ます。
以下のコードを使用して、viewDidUnload
とメソッドの両方で登録を解除する必要がありますか?dealloc
[[NSNotificationCenter defaultCenter] removeObserver:self];
ありがとう。
メソッドに NSNotification を登録しviewDidLoad
ます。
以下のコードを使用して、viewDidUnload
とメソッドの両方で登録を解除する必要がありますか?dealloc
[[NSNotificationCenter defaultCenter] removeObserver:self];
ありがとう。