I’ve mentioned a few libraries that make it easier to implement a parallax effect such as NGAParallaxMotion that provides a category making it easier to set up a parallax effect with your UIViews.
Here’s a tutorial going through the different elements required to recreate the iOS 7 home screen parallax effect from Denivip step-by-step..
The tutorial explain how to implement a basic parallax scrolling effect, how to “twist” foreground elements the way they are on the iOS 7 home screen to enhance the effect, and how to utilize Core Motion so the effect can be controlled by turning the device.
There’s also a nice library included that you can plug your own views into in order to quickly recreate the same parallax effect.
You can find the tutorial on the Denivip blog here, and you can find the repository for the DVParallaxView component on Github here.
A nice explanation and component for recreating iOS 7 home screen style animation.
- Library Allowing You To Emulate The iOS 7 Home Screen Image Parallax Tilt Effect
- Example: Creating An iOS 7 Style High Speed Movable Blur Mask
- Open Source Library For Adding A Parallax Scrolling Effect To A Stylizable UITableView
- Open Source iOS Control For Quickly Adding A Parallax Scrolling Effect To Your UIViews
- Library Allowing You To Add A View With The Parallax Scrolling Effect Atop Any UIScrollView
Original article: Tutorial: How To Implement The Parallax Effect Of The iOS 7 Home Screen
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.