I want to create a view like the style of app introduction in app store. some text and pic at the top,when i browse down, and some pictures can be moved horizonal, and at the bottom, some other description text.
thanks.
I want to create a view like the style of app introduction in app store. some text and pic at the top,when i browse down, and some pictures can be moved horizonal, and at the bottom, some other description text.
thanks.
The Appstore app has one vertical UIScrollView and another horizontal UIScrollView inside that for images.
UIScrollView is used for displaying images horizontally, not sure about the rest.