I would like to make an image viewer like Facebook or Twitter which user can pinch to zoom and slide up or down to dismiss the current image viewer. When the image press i want it to present a image viewer like facebook which enlarge an become an image viewer. I would like to know how can i do it ?
Asked
Active
Viewed 1,544 times
1 Answers
2
here is control you can use: https://github.com/bogardon/GGFullscreenImageViewController
preview video: https://www.youtube.com/watch?v=jdKS985eY1Q&feature=youtu.be

gvuksic
- 2,983
- 3
- 32
- 37
-
This is right but it does not have slide up or slide down to dismiss the view . – Apr 19 '16 at 09:08
-
@KZY you can also take a look at this: https://www.cocoacontrols.com/controls/cxphotobrowser – gvuksic Apr 19 '16 at 09:32
-
@KZY or search CocoaControls for similar component that suits your needs: https://www.cocoacontrols.com – gvuksic Apr 19 '16 at 09:32
-
exactly what i was keeping for spot on, though it is a legacy code needed some amendments before integration into the project ;) – Frostmourne Feb 04 '20 at 10:35