Reputation: 24481
I have not used a UIScrollView before, and I just wanted to know how I could use paging in a UIScrollView, where there would be a different image on each page, and depending on the page currently selected I would set the image on that page to a separate UIImageView's image.
So if anyone could tell me how to do this that would be great.
Upvotes: 0
Views: 392
Reputation: 1283
The Snipplr reference here gives you a great barebones look into how to set this up.
Upvotes: 1