0
votes

I want to use UIScrollView in my application, which vertically scrolls pages of individual chapter and horizontally scrolls chapters of a book/magazine. i can scroll vertically but how can i scroll horizontally using the same scrollview.

1

1 Answers

4
votes

You will want 2 levels of scroll view for this. I've done a similar thing and I have one scroll view which is horizontal with paging enabled and then on each of the pages there's another scroll view which is vertical also with paging enabled. I suggest you do the same.