To run the example project, clone the repo, and run pod install
from the Example directory first.
Keyboard Event Handler no additional requirements are needed, used UIKit only. It is compatible with Cocoapods 1.0 & Swift 2.2 version.
Keyboard Event Handler is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'KeyboardEventHandler'
Make import KeyboardEventHandler
to your class and use it! For more details see example.
To use Keyboard Event Handler just install it via cocoapods and create instance of class with convenience init method. You can init Keyboard Event Handler with special offset - default offset is 0.
Any contribution is more than welcome! You can contribute through pull requests and issues on GitHub.
Smirnov Yuriy, [email protected]
KeyboardEventHandler is available under the MIT license. See the LICENSE file for more info.