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.
NPKeyboardLayoutGuide is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "NPKeyboardLayoutGuide"
Oleksii Kuchma, nod3pad@gmail.com
NPKeyboardLayoutGuide is available under the MIT license. See the LICENSE file for more info.