TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Unclaimed.
For an in depth overview, see the blog post on the Cotap blog
In short, animated keyboard dismissal, just like iMessage:
TAPKeyboardPop is available through CocoaPods, to install it simply add the following line to your Podfile:
pod 'TAPKeyboardPop', '~> 0.1.2'
To enable the keyboard to dismiss during an interactive back gesture, import the category so that it's accessible to view controllers that can be interactively popped:
#import <TAPKeyboardPop/UIViewController+TAPKeyboardPop.h>
TAPKeyboardPop is available under the MIT license. See the LICENSE file for more info.