How can I create a paged UIScrollView where the content size only allows one item to be viewed (but there is more content to the left and right, which should be inaccessible)? I want to ‘trap’ the user on a single page, with bounce-back on either side, similar to the way a paged UIScrollView works with only one page of content.
But if I set the content size to the same width as my single page, scrolling is completely disabled.
To appropriately make any
UIScrollViewalways bounce, set itsalwaysBounceHorizontal/Vertical:property: