JTSImageViewController icon indicating copy to clipboard operation
JTSImageViewController copied to clipboard

An interactive iOS image viewer that does it all: double tap to zoom, flick to dismiss, et cetera.

Results 20 JTSImageViewController issues
Sort by recently updated
recently updated
newest added

It's fine solution for 1 image, but Can make for multiply images with right/left paging

For my project, I would like to use the same image caching solution between this image viewer and every other uiimageview in the project. This update allow me to do...

In some cases, a gif image url doesn't end up with "gif" extension. So I added a method for detecting image type by checking the first byte of the image...

- Fixed crash when `imageURL.length` is less than 3 - Case insensitive comparing "gif" URL extension

I've added my own multiple image support and video support based on larcus94's fork, updated for AVFoundation and other deprecations. The multiple image support has Twitter's 4 image limit in...

Hi Jared. Since our designer prefers a white overlay, I made a little change based on your great work. Hope the change would be merged into your trunk. Say I...

We're using UIImage here, so importing Foundation is not enough.

Just created a life cycle method for the animation delegate. It gets called when the presentation animation finished.

needs_revision