This repository was archived by the owner on Mar 10, 2022. It is now read-only.
Releases: ml-opensource/KeyboardHelper
Releases · ml-opensource/KeyboardHelper
Release list
SPM support
Merge pull request #34 from nodes-ios/develop Develop
Swift 4
Merge pull request #28 from nodes-ios/develop Swift 4 update
Disabled Code Coverage for Carthage issue
Related to Carthage/Carthage#2056
Optional delegate methods
The delegate methods are now optional, which means you can only implement one of them if you don't care about the other. Fixed #22. Thanks to @AYastrebov :)
Delegate renamed
KeyboardNotificationDelegate has been renamed to KeyboardHelperDelegate. KeyboardNotificationDelegate has been deprecated and will be removed in a later release.