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: 5 months 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
- Host: GitHub
- URL: https://github.com/MP0w/MPSkewed
- Owner: MP0w
- License: bsd-3-clause
- Created: 2014-05-23T16:49:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T20:41:08.000Z (almost 10 years ago)
- Last Synced: 2024-04-26T00:42:13.366Z (12 months ago)
- Language: Objective-C
- Homepage:
- Size: 19.6 MB
- Stars: 429
- Watchers: 10
- Forks: 36
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cocoa - MPSkewed
README
# MPSkewed
[](https://travis-ci.org/MP0w/MPSkewed)
[](http://cocoadocs.org/docsets/MPSkewed)
[](http://cocoadocs.org/docsets/MPSkewed)
[](http://cocoadocs.org/docsets/MPSkewed)
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, manzopower@icloud.com , Twitter : @manzopower
## License
MPSkewed is available under the BSD license. See the LICENSE file for more info.