以编程方式使用 NSArrayControllers 是不好的做法吗?

发布于 2024-12-06 01:59:09 字数 105 浏览 2 评论 0原文

我想知道是否有任何理由不以编程方式使用 NSArrayController 。所有文档和教程都是为了在 IB 中实现 NSArrayController。

这样做有什么负面影响吗?

I'm wondering if there is any reason to not use NSArrayController programmatically. All documentation and tutorials are geared towards having NSArrayControllers implemented in IB.

Is there any negative to doing so?

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

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

发布评论

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

评论(1

喵星人汪星人 2024-12-13 01:59:09

不,一点也不。它可能会超出使用它们的目的,即管理值过程的某种自动化,但当然您可以在代码中而不是从 nib 或 xib 创建和使用它们。

No, not at all. It may perhaps beat the purpose of using them, i.e. some kind of automation of the process of managing values, but of course you can create and use them in code instead of from a nib or xib.

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