AKPFlowLayout 0.1.2

AKPFlowLayout 0.1.2

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Oct 2016
SPMSupports SPM

Maintained by Arseniy Kuznetsov.



  • By
  • Arseniy Kuznetsov

AKPFlowLayout

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 3 and Xcode 8

Requirements

  • iOS 8+
  • Xcode 8
  • Swift 3

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