Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 906 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 906 Bytes

WQFlowLayout

UICollectionView 流水布局

Scale Rotation1
Rotation2 Rotation3

Principle

http://www.jianshu.com/p/dd08bbc08d6d

Usage

  // 设置 layout 的动画样式
  layout.type = WQScaleLayout;

  // 动画方向
  layout.scrollDirection = UICollectionViewScrollDirectionVertical;