EXPhotoViewer
EXPhotoViewer copied to clipboard
Multiple images viewer
Awesome lib!
It would be even more awesome if you could make it possible to view multiple images in a scroll view.
e.g. images = [self getAllImages]; // array of images
[EXPhotoViewer showImagesFor:images];
then the original imageview stays at its old place but the other pretty effects still work (zooming, pull-back etc.) and you can view the images by just sliding left and right.
Very appreciate for all your great work!
Thanks for the kind words!
Yes, I'm currently working on that, I'm playing with several "dismiss" animations, cause what should happens when you go back? Should it show the original image going back to its place or the last image you was seeing? but in that case if you have a collection or tableview the cell showing the imageView won't even exists, so it should require the images AND the indexPaths and also scroll to that item when you scroll through images? :|
Thanks for your reply!
It was amazing that you are already working on that! lol
That was a good point I think. Here's what I think: By default, the dismiss action will just dismiss the photoViewer, we dont need to worry about which photo it should go to. We can take a normal photo viewer as an example: user clicks on the image, it either pushed into the navigation controller or presented from the existing controller. Whichever user is viewing the image, when clicks back or dismiss, it always goes back the original view controller as where the clicked image was.
Does that make sense? and also save time for programmers.
Cheers Zack
On Mon, Mar 31, 2014 at 10:46 AM, Julio Andres [email protected]:
Thanks for the kind words!
Yes, I'm currently working on that, I'm playing with several "dismiss" animations, cause what should happens when you go back? Should it show the original image going back to its place or the last image you was seeing? but in that case if you have a collection or tableview the cell showing the imageView won't even exists, so it should require the images AND the indexPaths and also scroll to that item when you scroll through images? :|
Reply to this email directly or view it on GitHubhttps://github.com/Julioacarrettoni/EXPhotoViewer/issues/4#issuecomment-39044467 .
Yes it makes sense, I'm just trying to achieve something extra, but you are right, I'll wrap this thing up and push my commits.
Coool. Appreciate all your work. :)
On Mon, Mar 31, 2014 at 11:07 AM, Julio Andres [email protected]:
Yes it makes sense, I'm just trying to achieve something extra, but you are right, I'll wrap this thing up and push my commits.
Reply to this email directly or view it on GitHubhttps://github.com/Julioacarrettoni/EXPhotoViewer/issues/4#issuecomment-39044917 .
Was this every done?
Any news on this?
It is been 3 years since then. Any news? :D