konstantinpavlikhin / KSPFetchedResultsController

The most advanced NSFetchedResultsController reimplementation for a desktop Cocoa.
MIT License
36 stars 8 forks source link

FRC doesn’t respect fetchOffset and fetchLimit when a new objects are inserted into the context #2

Open konstantinpavlikhin opened 9 years ago

konstantinpavlikhin commented 9 years ago

Right now I have no idea how to fix this issue in an efficient way. And to be honest, I am not sure that this change is even required as long as iOS NSFetchedResultsController have the same behaviour.