views:

67

answers:

2

Hello!

Client wants some tricky stuff and i don't really know where to start with it. The idea is that there is a horizontal scrollView whose each page consists of a vertical scrollView. For example, on the horizontal axis there are galleries, on the vertical we scroll through selected gallery's images. Is this even possible?

I'd be very glad to hear comments on this one!

A: 

You will have to manage the state yourself. When one scrollbar is selected the other has to be disabled and vice versa. You can also disable the user scrolling and handle the swiping yourself with the touch events. (on a clearColor UIView as a topmost view).

David Sowsy
A: 

They all works magically, there's no additional work for this unless there's an issue about memory consumption which will require more coding.

Simply, create a horizontal scroll view then add vertical scroll views into it. Don't forget to update the contentSize property.

iwat