AKPFlowLayout

Language License

AKPFlowLayout is a custom Collection View layout with configurable global header and pinnable, stretchable section headers.

Blogs

Sample App

Features

  • UICollectionView Custom Layout examples:
    • Global section header
    • Sticky section headers
    • Pinnable, stretchable sections
    • Fully configurable
  • Written in Swift 2.2 and Xcode 7.3

Requirements

  • iOS 8+
  • Xcode 7.3+
  • Swift 2.2+

Installation

use_frameworks!
pod 'AKPFlowLayout', :git => 'https://github.com/akpw/AKPFlowLayout'

Carthage

  1. Add AKPFlowLayout to your Cartfile: github "akpw/AKPFlowLayout"
  2. Follow the Carthage instructions on adding frameworks for further reference

Docs

Initial docs, generated with jazzy and hosted by GitHub Pages.

Building the project

1) Clone the repository

$ git clone https://github.com/akpw/AKPFlowLayout

2) Run carthage.sh

$ cd AKPFlowLayout
$ ./carthage.sh

3) Open the workspace in Xcode

$ open "AKPFlowLayout.xcworkspace"

4) Compile and test in Xcode