以编程方式使用 NSArrayControllers 是不好的做法吗?
我想知道是否有任何理由不以编程方式使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,一点也不。它可能会超出使用它们的目的,即管理值过程的某种自动化,但当然您可以在代码中而不是从 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.