TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Arnaud Coomans.
Parallax is an iOS library that reproduces the parallax effect of the iOS7 home screen.
#import "ACParallax.h"
to your view controller.parallaxView.parallax = YES;
Optional:
If you want a delegate to be notified of begin/end parallax effect and changes in the motion attitude:
parallaxView.parallaxDelegate = self;
If you want the parallax view to refocus slowly and automatically:
parallaxView.refocusParallax = YES;
San Francisco Bridge by Jeff Gunn (Creative Commons)
Cocoapods specs by Bruno Furtado