I want to create a UIScrollView with three constant views. The middle view should always be displayed initially. When the user scrolls to the right, then View 1 will be the active view and the other two views will move as if there was a loop: View 3 will now be to the left, and View 2 on the right. The attached figure explains what I want: 
Is this possible?
… taken from http://iosdevelopertips.com/user-interface/creating-circular-and-infinite-uiscrollviews.html