A couple of months ago I mentioned a library providing a customized UIView that can work as a UIView ontainer to create a parallax scrolling effect.
Here’s another library based on the same concept this one providing a category adding the parallax effect to UITableView’s.
This may seem like a drawback since it works with a table view rather than UIView, but this control works with UITableViewStyle and also makes it so that the head view is a full featured UIView that can respond to touches.
Here’s a set of images showing the library, ZGParallalelView from Zhigang Fang in action taken from the readme:
You can find ZGParallelView on Github here.
A great library for those looking to implement a parallax effect.
- Open Source iOS Control For Quickly Adding A Parallax Scrolling Effect To Your UIViews
- Open Source: UITableView Replacement With Swipeable Cells
- Tutorials: Core Animation iOS Game Development Gems
- Open Source: iPhone Component For Easy Scrolling Between Multiple Views Like Mobile Safari
- Tutorial: Building A Side Scrolling Space Shooter With Cocos2D
Original article: Open Source Library For Adding A Parallax Scrolling Effect To A Stylizable UITableView
©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.