tapi / PXParallaxViewController

28 stars 2 forks source link

PXParallaxViewController

This parallax view controller is based on the excellent RBParallaxTableViewController but designed to allow any view to be the child views, not just a tableview. the content scrollview use delegate methods to update the offsets but will forward delegate methods is you set its delegate, currently this done a bit clumsily, I may revise this later using a bit of runtime manipulation.

TODO: