/parallax-table-view

A table view with a moving background (parallax).

Primary LanguageObjective-C

ParallaxTableView

A table view with a moving background (parallax effect)..

ParallaxTableView sample

This is definitely bare bones but it looks pretty awesome when you try it out. This kind of parallax effect looks much better than weird stretchy table header views found in other "parallax" libraries, in my opinion. This is just a start... I plan on building a more full featured solution, possibly in the form of a controller but we will see.

Usage

Wherever you need it

    #import "ParallaxTableView.h"

Set parallax table and image

    eg. self.tableView = [[ParallaxTableView alloc] initWithFrame:someRect
                                                   parallaxImage:yourImage
                                                     andDelegate:self];     

License

MIT