Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-09T16:25:42.000Z (over 10 years ago)
- Last Synced: 2023-04-15T09:17:10.574Z (over 1 year ago)
- Language: Objective-C
- Size: 164 KB
- Stars: 19
- 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.
![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...