mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Fetch limit ? #95
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ThibaultVlacich on GitHub (Oct 25, 2016).
Hello,
When doing a
CoreStore.fetchAllrequest, I haven't found a way to put a limit to number of entries to fetch. Is there a way to do that ? Something like :With CoreData alone I was doing (Swift 2) :
@JoeMatt commented on GitHub (Oct 25, 2016):
You would use Tweak parameter to modify the NSFetchRequest directly.
@ThibaultVlacich commented on GitHub (Oct 25, 2016):
Thanks @JoeMatt! I'm gonna take a look if maybe I can make a PR to add a convenient
Limitfetch clause.@JakeSteam commented on GitHub (Nov 4, 2017):
Semi-resurrecting this, any chance it can be put into the readme? Having to search through closed issues to find out how to limit seems crazy!