How to disable vertical paging in UIScrollView
I am making digital comic application.
I have some pages(320*480) horizontally.
There is only horizontal paging.This is OK.
But when zooming, UIScrollView has vertical paging.
I want to disable only vertical paging during zooming.
But I need horizontal paging.
Please give me advices!
|