Scrolling with UIScrollView

A useful straight forward pattern for putting UIView content in a UIScrollView on iOS using a XIB.

In my last project I’d just StoryBoards in iOS5 with a TableView and a Static cell, which is easily stretchable to house the content and can be designed visually in IB. But that wasn’t what I wanted for my current project and the linked technique works a treat.