ClearKeyboardHandler

License Swift 5.0 Version Contact

ClearKeyboardHandler – A clear Keyboard Handler.

Installation

CocoaPods

Clear KeyboardHandler is available through CocoaPods, v1.7.0 or later is required. To install ClearKeyboardHandler, add the following line to your Podfile:

pod 'ClearKeyboardHandler'

As with all cocoapods written in Swift, make sure you have use_frameworks! in your Podfile.

Versioning

ClearKeyboardHandler follows semantic versioning rules. Note that we are currently in initial development, with major version 0. Anything may change at any time.

Documentation

https://github.com/davidseca/clear-keyboardhandler

Example project

The Example folder contains an example for an app. To compile:

$ git clone https://github.com/davidseca/clear-keyboardhandler
$ cd clear-keyboardhandler/Example
$ pod install
$ open ClearKeyboardHandler.xcworkspace

Author

David Seca http://davidseca.website2.me

License

ClearKeyboardHandler is (c) 2022 David Seca. it is made available under the MIT License.

GitHub

View Github