max_
max_

Reputation: 24481

How to use a UIScrollview with a few images

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

Answers (1)

Schroedinger
Schroedinger

Reputation: 1283

The Snipplr reference here gives you a great barebones look into how to set this up.

Upvotes: 1

Related Questions