ClearKeyboardHandler - A clear Keyboard Handler.
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
.
ClearKeyboardHandler follows semantic versioning rules. Note that we are currently in initial development, with major version 0. Anything may change at any time.
https://github.com/davidseca/clear-keyboardhandler
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
David Seca https://www.davidseca.de
ClearKeyboardHandler is (c) 2022 David Seca. it is made available under the MIT License.