Skip to content

greedlab/GreedKeyboardManager

Repository files navigation

GreedKeyboardManager

CI Status Version License Platform

A solution for updating UIScrollView out of the the keyboard

Installation

GreedKeyboardManager is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "GreedKeyboardManager"

Usage

#import "UIScrollView+GRKeyboardManager.h"

[_scrollView gr_keyboardManager];

Develop

$ pod lib create GreedKeyboardManager --template-url=git@github.com:GreedBell/pod-template.git
$ cd GreedKeyboardManager
$ pod update --no-repo-update --project-directory=Example/
$ pod lib lint GreedKeyboardManager.podspec --verbose 
$ pod trunk push GreedKeyboardManager.podspec

Author

Bell, bell@greedlab.com

License

GreedKeyboardManager is available under the MIT license. See the LICENSE file for more info.