NSFetchedResultsController trying to limit number of records displayed
问题 When creating a NSFetchRequest to pass over to my NSFetchedResultsController I am setting the fetchLimit property to 3. Now initially this appears to work fine. I can modify the first three returned objects in any way which changes their order and they all reshuffle correctly. The problem appears when I either alter a object which initially fell outside the first three in a way which now brings it into the first three, or when simply adding a new object so it will appear within the first