Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.25 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.25 KB

NPKeyboardLayoutGuide

CI Status Version License Platform

Usage

To use keyboard layout guide in your project, add #import "NPKeyboardLayoutGuide.h" to your pch file, and use keyboardLayoutGuide property of UIViewController class to get and add constraints to the top of keyboard.

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

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

pod "NPKeyboardLayoutGuide"

Author

Oleksii Kuchma, nod3pad@gmail.com

License

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