弱引用 IBOutlet - @property(分配)?

发布于 2024-10-20 12:02:09 字数 182 浏览 0 评论 0原文

通过将@property定义为分配来弱引用IBOutlet以防止保留循环,这是一种有效的方法吗?例如,我可能想告诉视图哪个对象是它的控制器;虽然有使用 nextResponder 的解决方法,但简单地向视图添加出口并将控制器分配给视图要容易得多。

Is it a valid approach to reference an IBOutlet weakly by defining a @property as assign in order to prevent a retain-loop? For example, I may want to tell the view what object is its controller; while there are workarounds using nextResponder, it's much easier to simply add an outlet to the view and assign the controller to the view.

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

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

发布评论

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

评论(1

屋檐 2024-10-27 12:02:09

当然,你可以这样做。您引用的案例是您何时应该这样做的一个很好的例子。

Sure, you can do that. The case you cite is a good example of when you should do it.

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