Hey SO,
I've been messing with the UIScrollView. Essentially I've put 7 views into it that are all taller than the contentSize. I set paging enabled to yes, and it's working great horizontally. An unexpected side effect, however, was that it also has paging enabled vertically. My tall views get stopped in multiples of the height of the contentSize. I'd like it to scroll normally vertically, and be paged horizontally. Is this possible?
Thanks