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
- Host: GitHub
- URL: https://github.com/daltonclaybrook/parallaxcollectioncoordinator
- Owner: daltonclaybrook
- License: mit
- Created: 2014-08-09T07:21:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-09T16:25:42.000Z (almost 11 years ago)
- Last Synced: 2025-03-24T14:40:53.569Z (3 months ago)
- Language: Objective-C
- Size: 164 KB
- Stars: 18
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ParallaxCollectionCoordinator
=============================A Tool for iOS which Applies a Parallax Effect to Multiple Collection Views.

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