AKPFlowLayout is a custom Collection View layout with configurable global header and pinnable, stretchable sections.
- A custom
UICollectionViewFlowLayout
-based layout with support for:
- Global header
- Sticky section headers
- Pinnable, stretchable sections
-
Fully configurable
-
Built for performace using custom invalidation context
-
Written in Swift 3 and Xcode 8
- iOS 8+
- Xcode 8
- Swift 3
CocoaPods (recommended)
use_frameworks!
pod 'AKPFlowLayout'
- Add AKPFlowLayout to your
Cartfile
:github "akpw/AKPFlowLayout"
- Follow the Carthage instructions on adding frameworks for further reference
Initial docs, generated with jazzy and hosted by GitHub Pages.
- Clone the repository
$ git clone https://github.com/akpw/AKPFlowLayout
- Run carthage.sh
$ cd AKPFlowLayout
$ ./carthage.sh
- Open the workspace in Xcode
$ open "AKPFlowLayout.xcworkspace"
- Compile and test in Xcode