PagingTableView icon indicating copy to clipboard operation
PagingTableView copied to clipboard

The simplest way to make your table view paginable

Results 3 PagingTableView issues
Sort by recently updated
recently updated
newest added

This is a simple PR to make `previousItemCount` hold number of items per section instead of number of items of the last section. This change made is possible for us...

Hello, I have set everything like in example. Unfortunately, func paginate(_ tableView: PagingTableView, to page: Int) { } method does not being called when I am at the end of...