Possible Duplicate:
How do I enable directional lock for a UIScrollView?
Is there a way to have a UIScrollView perform paging e.g. only horizontally and not when scrolling vertically?
In other words, I want my scrollview to snap to page boundries when scrolling horizontally and free swiping when going vertically.
Of course the trivial solution is using two UIScrollViews, one in each direction, but this is not a feasible solution in my case.