• Stars
    star
    430
  • Rank 101,083 (Top 2 %)
  • Language
    Objective-C
  • License
    BSD 3-Clause "New...
  • Created over 10 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

MPSkewed

CI Status Version License Platform

A super-cool collection view cell and layout inspired by this collectionView

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. 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.