Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 663 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 663 Bytes

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.