Objective-C 块对象可以有关联对象吗?

发布于 2024-10-20 03:13:51 字数 24 浏览 1 评论 0原文

如果可以的话,使用它有什么问题吗?

If it can, are there any gotchas to using it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

生生不灭 2024-10-27 03:13:51

是的,你可以。我刚刚尝试过。这是有道理的,因为块是 NSBlock (私有类)的实例,它本身继承自 NSObject

然而,我的天真的测试似乎表明,当块被释放时,关联的对象并未取消关联。 (尽管我可能从未使用过该块的 -dealloc 方法)

我会继续试验并尝试更多的东西。

Yes you can. I just tried it. This makes sense, since blocks are instances of NSBlock (a private class), which itself inherits from NSObject.

However, my naïve test seemed to indicate that the associated object was not un-associated when the block was deallocated. (Although it's possible that I was never hitting the block's -dealloc method)

I'll keep experimenting and try some more stuff.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文