Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jaredsinclair/JTSImageViewController
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsinclair committed Nov 3, 2014
2 parents c1c1276 + 225fbf5 commit d1e5102
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ JTSImageViewController

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

## Pull Requests

Pull requests are welcome, but should be submitted on the `dev` branch. Exceptions will be made for critical bug fixes.

## What Does it Do?

JTSImageViewController is like a "light box" for iOS. It's similar to image viewers you may have seen in apps like Twitter, Tweetbot, and others. It presents an image in a full-screen interactive view. Users can pan and zoom, and use Tweetbot-style dynamic gestures to dismiss it with a fun flick.
Expand Down Expand Up @@ -47,10 +51,6 @@ That's it.

- **Handle Long-Presses:** Implement an `interactionsDelegate` to respond to long presses on the image, or to temporarily disable user interactions (comes in handy if you show an overlay that could cause gesture conflict).

## Pull Requests

Pull requests should be submitted on the `dev` branch. Exceptions will be made for critical bug fixes, naturally.

## License

MIT License, see the included file.

0 comments on commit d1e5102

Please sign in to comment.