rpitting / LGLinearFlow

iOS Collection View linear flow layout with zoom effect and variable page size; Swift 2.0 and ObjC

Home Page:http://lukagabric.com/uicollectionview-paging-with-custom-page-width-and-zoom/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LGMagnifyingLinearFlowLayout (Swift) - UICollectionViewFlowLayout with zoom effect and variable page size

[![CI Status](http://img.shields.io/travis/Reiner Pittinger/LGLinearFlow.svg?style=flat)](https://travis-ci.org/Reiner Pittinger/LGLinearFlow) Version License Platform

LGLinearFlow

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

scalingOffset and minimumScaleFactor can be used to fine-tune the effect. Check out the sample app for more details regarding the implementation.

Installation

LGMagnifyingLinearFlowLayout is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "LGMagnifyingLinearFlowLayout"

Author

License

LGMagnifyingLinearFlowLayout is available under the MIT license. See the LICENSE file for more info.

About

iOS Collection View linear flow layout with zoom effect and variable page size; Swift 2.0 and ObjC

http://lukagabric.com/uicollectionview-paging-with-custom-page-width-and-zoom/

License:MIT License


Languages

Language:Swift 86.2%Language:Ruby 13.8%