Mobile Safari allows you to switch pages by entering a sort of UIScrollView horizontal paging view with a page control at the bottom.
I am trying to replicate this particular behavior where a horizontally scrollable UIScrollView shows some of the next view's content.
The Apple provided example: PageControl shows how to use a UIScrollView for horizontal paging, but all views take up the whole screen width.
How do I get a UIScrollView to show some content of the next view like mobile Safari does?