NSFetchedResultsController fetchlimit ignored

Please tell me this has been fixed and I am missing something?


standard NSFetchedResultsController with predicate set to limit the number of objets (not batchSize). Fetch limit will not change. It is ignored. Always returns all objects.


- I am not changing the limit after the fact.

Replies

Looks like this is may be realted to using an InMemoryStore , is there a place to find all limitations of InMemoryStore ?

I am still seeing this behavior on iOS 12. The FetchedResultsController returns more objects than specified in the fetchLimit. Even for a SQLite store.


Has Apple confirmed this as a bug or as expected behavior?