项目介绍:
项目简介
CSStickyHeaderFlowLayout
在一个UICollectionViewLayout上就能实现的视差,Sticky Header,可扩张图片标题。
安装
Cocoapods
CSStickyHeaderFlowLayout是可以通过CocoaPods获得的,只需直接在你的Podfile中添加如下内容:
pod “CSStickyHeaderFlowLayout”
Carthage
本项目可以通过Carthage获得,只需在你的Cartfile中添加:github “CSStickyHeaderFlowLayout/CSStickyheaderFlowLayout”。
另外,你可以将CSStickyHeaderFlowLayout/Classes中的文件直接拖拽到你的项目中。
github地址:https://github.com/CSStickyHeaderFlowLayout/CSStickyHeaderFlowLayout