MLWTiledLayout

Tiled highly customizable collection view layout


License
MIT
Install
pod try MLWTiledLayout

Documentation

MLWTiledLayout

[![CI Status](http://img.shields.io/travis/Andrew Podkovyrin/MLWTiledLayout.svg?style=flat)](https://travis-ci.org/Andrew Podkovyrin/MLWTiledLayout) Version Carthage compatible License Platform

MLWTiledLayout is UICollectionViewLayout subclass that implements tiled layout or mosaic layout automagically adopted to any iPhone screen size. The layout is column-based and inspired by lightbox layout algorithm.

Example

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

Requirements

iOS 8.0

Installation

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

pod "MLWTiledLayout"

Or, if you’re using Carthage, simply add MLWTiledLayout to your Cartfile:

github "ML-Works/MLWTiledLayout"

Author

Andrew Podkovyrin, podkovyrin@mlworks.com

License

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