I would like to nest two uiScrollViews, I want to put a uiImageView into one and have it scroll horizontally (Scroller A). This is paged and contains images – I have this working OK already. I need to have another uiScrollView (Scroller B) that contains the above scroller A and also other content, like logo, text and buttons. I would like scroller B to be able to scroll vertically (scrolls all content including scroller A ).
Please see image for clarification, red arrows show scroller A, blue is scroller B
I’m not sure how to add these and what order the scrollers need to be added, I have attempted this a couple of times with strange results, I’m hoping someone can point me in the right direction please.
A similar app would be the apple app store app.
Keep a vertical scroll view add a fixed size view (which contains your horizontal scrollview) on it and increase its content size accordingly.each view will have Preloaded horizontal scroll view.
first scroll is added on xib second scroll is created by code