JTSImageViewController
JTSImageViewController copied to clipboard
An interactive iOS image viewer that does it all: double tap to zoom, flick to dismiss, et cetera.
Hey @jaredsinclair . Maybe you could add a note with links to alternatives like [NYTPhotoViewer](https://github.com/NYTimes/NYTPhotoViewer) or [IDMPhotoBrowser](https://github.com/thiagoperes/IDMPhotoBrowser) for example. It took me a while to find some. So maybe that...
Currently, image downloading within the framework is handled by two static functions on `JTSSimpleImageDownloader`, called from the `JTSImageViewController` without a means of override or customization. This PR refactors the existing...
Attempting to purge our app of warnings and this was a simple fix
When Analyzing my project, I get that issue : /MyProject/Pods/JTSImageViewController/Source/JTSImageInfo.h:23:1: Property of mutable type 'NSMutableDictionary' has 'copy' attribute; an immutable object will be stored instead ![screen shot 2017-04-14 at 6...
https://github.com/facebook/react-native/wiki/Breaking-Changes
It might be nice to add 3D Touch support to the library?
The landscape orientation is not working with my App when I change the orientation of the device. Is the auto rotate feature supported or not ? I can't see any...