PagingTableView
PagingTableView copied to clipboard
The simplest way to make your table view paginable
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...
Is possible to add support to UICollectionView?