1

I have images in collectionview. When I click on cell i need to show image on popup which can be scroll to see other images also in swift 3. i have given link for my collectionview screen shot.

My Collectionview

Kaushik Makwana
  • 1,329
  • 2
  • 14
  • 24

1 Answers1

1

Use UIScrollView to achieve this functionality. when your select cell, load all images into scrollView with isPagingEnabled and show your images. For Page View controller checkout this link

Pratik Prajapati
  • 1,137
  • 1
  • 13
  • 26