dkSolutions / DKPaginatedTableView

Paginated Table View
MIT License
22 stars 4 forks source link

Paging with NSFetchRequest #1

Open xhzengAIB opened 10 years ago

xhzengAIB commented 10 years ago

Hi! @dkSolutions

In the future paging NSFetchRequest would you use to do?

Jack

dkSolutions commented 10 years ago

Hello,

You can use anything for paging. Please use

success(totalRowsCount, ArrayWithObjects); //or failure(NSError *error);

}

xhzengAIB commented 10 years ago

Hi! @dkSolutions I mean to do with NSFetchedResultsController paging.

Jack

xhzengAIB commented 10 years ago

Hi! @dkSolutions This demo is what I wrote before, we maintain down together? Project link: https://github.com/JackTeam/CoraDataGCDKVO

Jack