ElasticTransition ObjC Version
May 16, 2016 • MIT License
A UIKit custom transition that simulates an elastic drag.This is the Objective-C Version of Elastic Transition written in Swift by lkzhao
Elastic Transition
January 16, 2016 • MIT License
A UIKit custom modal transition that simulates an elastic drag. Written in Swift.
BFDragGestureRecognizer
November 13, 2014 • BSD License
A UIGestureRecognizer subclass that can be used to drag views inside a scroll view with automatic scrolling at the edges of the scroll view.
HPTextViewTapGestureRecognizer
August 29, 2014 • Apache 2.0 License
A gesture recognizer that detects taps on links and text attachments in UITextView.
BDDROneFingerZoomGestureRecognizer
August 15, 2013 • MIT License
UIGestureRecognizer subclass to enable one-finger-zoom gestures.
RMSwipeTableViewCell
June 01, 2013 • MIT License
RMSwipeTableViewCell is a drop-in UITableViewCell subclass that supports pan gestures as seen in apps such as Clear, Mailbox, Sparrow and many more. It includes a number of delegate callbacks to he...
Dragon Reaction
May 14, 2013 • Apache 2.0 License
A Cocoa Touch category that streamlines the code required to animate the movement ("dragging") of a view associated with a UIGestureRecognizer as well as respond to conditions where said view over...
ResizeImage
January 27, 2013 • MIT License
ResizeImage is an example project demonstrating how to resize image without using UIPinchGesture. Tap on image and with the help of points on an image you will be able to resize the image. It also ...
Konami Code Gesture Recognizer
August 22, 2012 • BSD License
DRKonamiCodeRecognizer is a gesture recognizer for iOS. The recognizer is a subclass of UIGestureRecognizer has can be used in the same way as any other recognizer. Swipe gestures correspond to the...
KTOneFingerRotationGestureRecognizer
May 12, 2011 • MIT License
A custom UIGestureRecognizer for doing one finger rotations in iOS apps. It tracks finger movement around a central point.