CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

JFPagingFlowLayout 0.0.1

JFPagingFlowLayout 0.0.1

Maintained by hx.



  • By
  • hxwxww

JFPagingFlowLayout

A subclass of UICollectionViewFlowLayout with paging effect

Screenshot

image

用法

let layout = JFPagingFlowLayout()
collectionView.collectionViewLayout = layout

layout.pagingStyle = .leadingBoundary(spacing: LayoutSize.spacing / 2)

更具体的用法请下载 Demo 查看。