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.
Asked
Active
Viewed 440 times
1

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

nikhil suryawanshi
- 63
- 1
- 1
- 7
-
1Please show the code you've tried so far, at least the part(s) relevant to your question. – Smartcat Mar 01 '18 at 07:35
-
what kind of pop up? a full screen or just a custom-sized pop up? – Edison Lo Mar 01 '18 at 07:35
1 Answers
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
-
-
don't post other answer as yours so instead of posting other's answer link try to suggest link as comment. – Pankil Jul 09 '18 at 07:15