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:

  • There are some constants borrowed from RBParallaxTableViewController that might better be computed properties for this kind of implementation.