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:
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.
- Open Source Library For Adding A Parallax Scrolling Effect To A Stylizable UITableView
- Library Allowing You To Emulate The iOS 7 Home Screen Image Parallax Tilt Effect
- Open Source iOS Control For Quickly Adding A Parallax Scrolling Effect To Your UIViews
- Open Source LIbrary That Automatically Adds A Squash Effect When A UIView Is Moved
- Example: Creating An iOS 7 Style High Speed Movable Blur Mask
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.