I don't know if you've solved this by now, but you can use a UITableView where each cell is a UIScrollView.
The table view will provide smooth vertical scrolling, and then you can lock the individual scroll views to a horizontal scroll only.
There might be a problem that the TableView will capture the horizontal drag and not forward it to the scroll views, but there are some work arounds available for this.
|