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>
[Dave Lyon] (http://davelyon.net/) - @daveisonthego
- Built to support Cotap
- [Stephen Celis] (https://github.com/stephencelis)
- [Delisa Mason] (http://delisa.me)
TAPKeyboardPop is available under the MIT license. See the LICENSE file for more info.