gpt4 book ai didi

iphone - NSFetchRequest setFetchOffset 在 NSFetchedResultsController 中

转载 作者:行者123 更新时间:2023-12-03 20:00:55 24 4
gpt4 key购买 nike

我想知道 setFetchOffset 是否应该在 NSFetchedResultsController 中工作。

给定一个 UITableView,它显示来自 NSFRC 的如下行:
1
2
3
4
5

我期望添加这一行:

[fetchRequest setFetchOffset:1];

例如第207行在这里: http://github.com/mandersen/FetchOffsetCase/blob/master/Classes/RootViewController.m

会导致 UITableView 行如下:
2
3
4
5

但它不会更改表中显示的值。

最佳答案

setFetchOffset 仅适用于持久化实体。

当我在 NSFetchRequest setReturnsDistinctResults 上遇到类似的挫败感时,我发现了这一点,并发现了 Michael Waterfall 关于该主题的问题:

NSDictionaryResultType expression not taking into account newly inserted objects

关于iphone - NSFetchRequest setFetchOffset 在 NSFetchedResultsController 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3452569/

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