Create a parallax effect using a custom container view, much like the top view of Path's timeline.
Sample usage is available in the SampleApp
.
The content offset updates are based on those found in
PXParallaxViewController.
While that project uses a custom UIViewController
, this
one uses a custom UIView
, which I believe provides a better API.