I’ve mentioned a number of components that utilize parallax effects, most recently a table view allowing you to create a scrolling view with images displayed with a parallax effect called MJParallaxCollectionView.
Here’s an open source component called ParallaxBlur that provides a nice parallax expanding image table header with a title that sticks neatly at top of the view released by Joseph Pintozzi. You can easily customize the image and text on top of the table view, and if desired provide your own custom view.
As the readme states:
ParallaxBlur aims the be an easy-to-use implementation of a UITableController with a parallax header. It is screen resolution independant, orientation indendant, and will automatically adjust if there is a navigation bar in place.
The user interaction is fairly straightforward. The header image blurs as you scroll up, leaving a 60 pixel area always visible, and expands out the header image if you pull down, while at the same time making the overlay views transparent.
This image shows ParallaxBlur in action:

You can find ParallaxBlur on Github here.
A nice effect for more informative table views.
- Component Allowing You To Easily Display Images With A Parallax Effect In A UICollectionView
- Open Source Component For Creating Nice Sliding Menus With Images Utilizing A Parallax Effect
- Open Source UITableView Component That Automatically Scrolls The Toolbar
- Tutorial: How To Implement The Parallax Effect Of The iOS 7 Home Screen
- Open Source Library For Adding A Parallax Scrolling Effect To A Stylizable UITableView
Original article: Open Source iOS Component For Creating A UITableView With A Customizable Parallax Header
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.




