UIView Category Allowing You To Easily Set Up A Parallax Effect Using iOS 7?s UIMotionEffect

Yesterday I mentioned a nice collection of iOS 7 source code examples including an example on how to use the new UIMotionEffect API.

Here’s a UIView category from Michael Bishop called NGAParallaxMotion that adds a parallaxIntensity property to UIView that you can adjust to change how a view on the screen adjusts to the position of the iOS device.

This allows you to easily create a nice parallax effect.

An image from the readme showing NGAParallaxMotion in action:

NGAParallaxMotion

You can find NGAPrallaxMotion on Github here, and read more about it on the Numerical Garden blog here.

A nice simple category for working with UIMotionEffect.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: UIView Category Allowing You To Easily Set Up A Parallax Effect Using iOS 7′s UIMotionEffect

©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *