From 225fbf5c891e0acf5ec7eaeee47355bdeb96e789 Mon Sep 17 00:00:00 2001 From: Jared Sinclair Date: Sun, 28 Sep 2014 22:43:20 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 691d62c..f6a01ae 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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.