gpt4 book ai didi

iphone - 我应该在哪里删除通知观察者?

转载 作者:太空狗 更新时间:2023-10-30 03:49:13 25 4
gpt4 key购买 nike

我在 View Controller 的 init 方法中设置了一个通知观察器,如下所示:

[[NSNotificationCenter defaultCenter] 
addObserver:self
selector:@selector(saveState)
name:UIApplicationWillResignActiveNotification
object:nil];

为此通知调用 removeObserver:name:object: 的最佳位置在哪里。我目前正在我的 dealloc 方法中调用它,但想知道这是否会导致问题。

最佳答案

不,你没看错。 dealloc 是移除通知观察者的正确位置(除非您有某些特定原因需要提前移除观察者)。

关于iphone - 我应该在哪里删除通知观察者?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4685593/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com