magicalpanda / MagicalRecord

Super Awesome Easy Fetching for Core Data!
Other
10.8k stars 1.79k forks source link

is There any method support paging? #1193

Closed guoshencheng closed 8 years ago

guoshencheng commented 8 years ago
example

If I saved 100 records, i may just need pick up records form 90 ~ 100 or 80 ~ 90

183 Just solved a problem for picking up records form 90~100 or 80~100

danielgalasko commented 8 years ago

I think you are looking for info in the wrong place and should instead consult Core Data documentation. It looks like you are looking for either NSFetchRequest's fetchBatchSize property or fetchOffset. Read more here

guoshencheng commented 8 years ago

thanks, I have found the solution, thanks for your reply again! and can I close the issue?

guoshencheng commented 8 years ago

@danielgalasko okey.. I find the close button~~~