Hello,
can anyone tell me if it is possible, to scroll half a page in a UIScrollView with pagingEnabled = true.
As far as I know, the amount of scrolling when pagingEnabled depends on the frame size of the ScrollView, so it scrolls exactly one page.What I'd like to do is scrolling exactly half a page: my ScrollView contains two images on each 'page' and after scrolling I don't want to display the next two images, but the second image of the previous page + the first image of the next page and so on...
I'd be so glad if anyone could tell me how to do so.
thanks for your help, kate
can anyone tell me if it is possible, to scroll half a page in a UIScrollView with pagingEnabled = true.
As far as I know, the amount of scrolling when pagingEnabled depends on the frame size of the ScrollView, so it scrolls exactly one page.What I'd like to do is scrolling exactly half a page: my ScrollView contains two images on each 'page' and after scrolling I don't want to display the next two images, but the second image of the previous page + the first image of the next page and so on...
I'd be so glad if anyone could tell me how to do so.
thanks for your help, kate