Skip to content

A solution for updating UIScrollView out of the the keyboard

License

Notifications You must be signed in to change notification settings

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 [email protected]: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, [email protected]

License

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