Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.72 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.72 KB

KeyboardEventHandler

Code Health Build Status Version License Platform

Example

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

Requirements

Keyboard Event Handler no additional requirements are needed, used UIKit only. It is compatible with Cocoapods 1.0 & Swift 2.2 version.

Installation

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

pod 'KeyboardEventHandler'

Usage

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.

Contributions

Any contribution is more than welcome! You can contribute through pull requests and issues on GitHub.

Author

Smirnov Yuriy, nov-@mail.ru

License

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