RRPagingCollectionView

The simplest way to add paginate function to your collection view.

All you have to do is just set your collection view class in the storyboard to RRPagingCollectionView, and implement the RRPagingCollectionViewDelegate#paginate

Example

sample

Requirements

pod ‘RxCocoa’

pod ‘RxSwift’

pod ‘RxGesture’

pod ‘Kingfisher’

Installation

Manually

  1. Download the project.
  2. Add RRPagingCollectionView.swiftRRPagingCollectionViewDelegate.swift & RRLoadingFooter.swift with necessary files in your project.
  3. Congratulations!

Usage example

First set your collection view class in the storyboard to RRPagingCollectionView

#uicollectionviews #function

A simplest way to add paginate function to your collection view
1.10 GEEK