Skip to content

skullninja/SimpleParallax

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallax

Parallax is an iOS library that reproduces the parallax effect of the iOS7 home screen.

Dependencies

  • QuartzCore
  • CoreMotion

Usage

  1. Add the Parallax directory into your project.
  2. Add #import "ACParallax.h" to your view controller.
  3. Add a ACParallax view and start the parallax effect with 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;

Bugs

  • Some implementations details missing

Credits

San Francisco Bridge by Jeff Gunn (Creative Commons)

About

Parallax is an iOS library that reproduces the parallax effect of the iOS7 home screen.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%