What I have in my app is a scroll view, and a series of pictures I want the user to swipe thru that are in the scroll view. I want all of them to be visible, but still have the pages be the width of one of the pictures. How can I do this? (Tell me if I need more detail)
Share
To further @max’s answer, you also will most likely want to set your scroll view’s clipsToBounds property to NO.