Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MP0w/MPSkewed

An iOS collection view subclass to present a list of skewed images and a collection view layout to add parallax to the images
https://github.com/MP0w/MPSkewed

Last synced: about 1 month ago
JSON representation

An iOS collection view subclass to present a list of skewed images and a collection view layout to add parallax to the images

Awesome Lists containing this project

README

        

# MPSkewed

[![CI Status](http://img.shields.io/travis/MP0w/MPSkewed.svg?style=flat)](https://travis-ci.org/MP0w/MPSkewed)
[![Version](https://img.shields.io/cocoapods/v/MPSkewed.svg?style=flat)](http://cocoadocs.org/docsets/MPSkewed)
[![License](https://img.shields.io/cocoapods/l/MPSkewed.svg?style=flat)](http://cocoadocs.org/docsets/MPSkewed)
[![Platform](https://img.shields.io/cocoapods/p/MPSkewed.svg?style=flat)](http://cocoadocs.org/docsets/MPSkewed)

![](img/inaction2.gif)
![](img/inaction.gif)

A super-cool collection view cell and layout inspired by [this collectionView](http://capptivate.co/2014/01/18/timbre-2/)

## Version 0.9.0

The past versions (<= 0.2.0) were just an initial test, hope nobody used it in production :) . I didn't had lot of time to make it pretty and working properly but now after lot of time I worked on this pod again, I made the code a bit less ugly and the layout working more reliably.
See 0.9.0 as a beta of 1.0.0; The public APIs should not change from now to 1.0.0 while I didn't care about this from 0.2.0 to 0.9.0. If it works properly for you and you want to use it, do it. If you have troubles please open an issue.

## Installation

MPSkewed is available through [CocoaPods](http://cocoapods.org). To install it, just add the following line to your Podfile:

`pod "MPSkewed"`

## Usage

Just use the CollectionView Layout as any other layout and use MPSkewedCell(s).
To run the example project, clone the repo amd open MPSkewed.xcworkspace in the Example folder.

## Author

Alex Manzella, [email protected] , Twitter : @manzopower

## License

MPSkewed is available under the BSD license. See the LICENSE file for more info.