gpt4 book ai didi

ios - 将 NSFetchedResultController 的结果附加到数组 swift

转载 作者:行者123 更新时间:2023-11-30 12:23:06 25 4
gpt4 key购买 nike

我想在 UITableview 的单独部分中显示 NSFetchedresultController 的结果。

最佳答案

您始终可以使用

访问 NSFetchedResultsController 获取的所有对象
self.yourFetchedResultsController.fetchedObjects

您始终可以小心地打开 fetchedObjects

if let arrayOfYourObjects = self.yourFetchedResultsController.fetchedObjects {
otherArray.appendContentsOf(arrayOfYourObjects)
}

希望对你有帮助

关于ios - 将 NSFetchedResultController 的结果附加到数组 swift,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44550359/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com