Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我观看了有关 CoreData 的视频教程。我看到了一个选项
使用数组控制器映射对象模型。
但是不明白什么是 Lazy fetching?
这意味着数据实际上(自动)不是在请求的时间被获取,而是在控制器请求数据的时间。例如,考虑具有数千行的大型 tableview - 在执行请求时不会同时获取它们,而是在用户滚动 tableview 时由小部分动态获取它们。