HideKeyboardAccessory
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
How to use
Just set the delegate on the UITextField or UITextView instance
myTextField.delegate = MyDelegateInstance
myTextView.delegate = MyDelegateInstance
//Also work from storyboard
Requirements
- iOS 8+
- Swift 4.0
Installation
HideKeyboardAccessory is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'HideKeyboardAccessory'
Author
Dani Manuel Céspedes Lara, [email protected]
License
HideKeyboardAccessory is available under the MIT license. See the LICENSE file for more info.