You are viewing our Forum Archives. To view or take place in current topics click here.
UIScrollView & PageControl setup with multiple images?
Posted:

UIScrollView & PageControl setup with multiple images?Posted:

TTGTRAMMELL
  • New Member
Status: Offline
Joined: Nov 17, 201112Year Member
Posts: 39
Reputation Power: 1
Status: Offline
Joined: Nov 17, 201112Year Member
Posts: 39
Reputation Power: 1
I am trying to create a uiscrollview that has pagecontrol also, similar to this guide:

[ Register or Signin to view external links. ]
BUT he uses 1 image in the same location for each page.

I want a grid like setup.
So like 2 images side by side on each page. I can not seem to figure it out!

Does anyone know how to do a grid setup of images or button in a uiscrollview that has page control?
#2. Posted:
KyCo16
  • New Member
Status: Offline
Joined: Jul 27, 201310Year Member
Posts: 36
Reputation Power: 1
Status: Offline
Joined: Jul 27, 201310Year Member
Posts: 36
Reputation Power: 1
Depending on the amount of pages you want you need to "that number" of UICollectionView and replace the UIImageView from the tutorial with a UICollectionVIew and then set up the collection view exactly as you would a tableview with the same delegate methods
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.