UICollectionView 流式布局列表动效 VegaScroll
- 授权协议: MIT
- 开发语言: Swift
- 操作系统: iOS
- 软件首页: https://github.com/AppliKeySolutions/VegaScroll
- 软件文档: https://github.com/AppliKeySolutions/VegaScroll
- 官方下载: https://github.com/AppliKeySolutions/VegaScroll
软件介绍
VegaScroll 是一款用于 UICollectionView 的流式布局列表动效,完全采用 Swift 4 编写,兼容 iOS 11 和 xCode 9 。
Usage
import VegaScrollFlowLayout let layout = VegaScrollFlowLayout() collectionView.collectionViewLayout = layout layout.minimumLineSpacing = 20 layout.itemSize = CGSize(width: collectionView.frame.width, height: 87) layout.sectionInset = UIEdgeInsets(top: 10, left: 0, bottom: 10, right: 0)
