Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/daltonclaybrook/parallaxcollectioncoordinator

A Tool for iOS which Applies a Parallax Effect to Multiple Collection Views
https://github.com/daltonclaybrook/parallaxcollectioncoordinator

Last synced: 3 months ago
JSON representation

A Tool for iOS which Applies a Parallax Effect to Multiple Collection Views

Awesome Lists containing this project

README

        

ParallaxCollectionCoordinator
=============================

A Tool for iOS which Applies a Parallax Effect to Multiple Collection Views.

![image](http://i.imgur.com/8r61PZt.gif)

##How To Use
1. Add the files from the `Coordinator` group to your project.
2. Import `SFSParallaxCollectionCoordinator.h`
3. Initialize a `SFSParallaxCollectionCoordinator` object with your collection views.
4. Forward all necesarry `UIScrollViewDelegate` methods listed in `SFSParallaxCollectionCoordinator.h`
5. Protip: Try playing with the `pagingEnabled` property on `SFSParallaxCollectionCoordinator`.

####More Info Coming Soon...