Add custom parallax to your apps in just a few small steps:
- Add CoreMotion to your project
- Import
NTParallaxStackController.hto your target view controller's header - Create an
NTParallaxStackControlleras a property - Instantiate the
NTParallaxStackController - Add the
NTParallaxStackControllerto your target view controller - Add
NTParallaxLayers to theNTParallaxStackController -
- Update your frame of reference and display your view (by posting a notification called
@"resetFrame")
- Update your frame of reference and display your view (by posting a notification called
- You can have as many
NTParallaxStackControllers as you want. - Each
NTParallaxStackControllercan have as manyNTParallaxLayers as you need.
(Follow me on Twitter @nicktitle)
This software is provided without any warantee or guarantees of any sort. If you use this library in your works, I only ask that you provide a link to this github repo so others can find it too!


