Some UIScrollView techniques from the WWDC videos. Written in Swift. Demos implemented:
Example of infinite scrolling through 4 static image views.
Example of zooming one of the scroll view subviews and keeping a second one as a header view.
Example of nested scrollviews where an inner one pulls the outer one.
Example of handling different touch events between a scroll view, its subview and its sibling.