I'm currently trying to work out how to create a screen in my application similar to the Apple App Store details page where you can vertically scroll the view to read the description and then at the bottom there is a horizontal scroller to view images.
Is this a nested set-up or is it two separate scrollviews with the 2nd attached to the end of the 1st one.
Any pointers would be great.
Thanks Aaron
All you need to do is stick a scroll view inside another scroll view. iOS will automatically take care of the rest.