将 NSFetchedResultsController 作为属性传递给表视图

发布于 2024-12-11 11:04:03 字数 244 浏览 2 评论 0原文

我有一个表格视图,其中包含相当大的供应商列表。选择后,每行都会打开另一个表格视图,其中包含所述供应商的员工列表。

我想知道将 NSFetchedResultsController 作为属性传递给第二个表视图是否被认为是不好的做法。我应该只传递必要的信息来在第二个视图中创建 NSFetchedResultsController 吗?

我想传递 NSFetchedResultsController 的原因是为了可重用性。

谢谢

I have a table view with a fairly big list of suppliers. On selection, each row opens another table view with a list of employees for said supplier.

I was wondering if it was considered bad practice to pass on an NSFetchedResultsController as property to a second table view. Should I just pass in the necessary information to create the NSFetchedResultsController in the second view?

The reason I would like to pass on an NSFetchedResultsController is for reusability.

Thanks

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文