gpt4 book ai didi

objective-c - Swift 4/Objective-C 中是否需要删除观察者?

转载 作者:行者123 更新时间:2023-12-03 16:17:47 25 4
gpt4 key购买 nike

我正在尝试在 Swift 4 中实现 KVC/KVO。我读过的关于 Objective-C 中的 KVC/KVO 的大部分文档都指出,当你完成它时,需要删除观察者。但是,在查看了 Apple 使用 Swift 4 实现 KVO 的文档后,他们没有明确说明是否需要在 deinit 方法中删除观察者。它们在示例类定义中不包含 deinit 方法。但是,我不想做任何假设,因为我读过的所有 Objective-C 文档都表明需要删除观察者。

https://developer.apple.com/library/content/documentation/Swift/Conceptual/BuildingCocoaApps/AdoptingCocoaDesignPatterns.html#//apple_ref/doc/uid/TP40014216-CH7-ID12

我只是不确定是否需要通过 deinit 删除观察者。任何帮助或指向引用的方向都会很棒,谢谢。

最佳答案

如果您正在谈论 NSKeyValueObservation:不,他们没有。

摘自 WWDC 2017 Video "What is new in Foundation" 的文字记录

There is no need for a deinit where I throw away or tear down my observation because it's tied to the life cycle of that observation token. And so when the controller goes away, the observation token will go away.

关于objective-c - Swift 4/Objective-C 中是否需要删除观察者?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48722189/

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