This repository has been archived by the owner on May 23, 2022. It is now read-only.
Releases: morizotter/KeyboardObserver
Releases · morizotter/KeyboardObserver
2.1.0: Swift 4.2
Swift4 🌟
1.1.0: isEnabled
Breaking Changes
- Change
enabled
toisEnabled
for accoding to Swift naming convention. Thanks to @milkcocoa !
1.0.1: Swift3
Xcode8 & Swift3
From this version you can use it with Xcode8 and Swift3 combination.
0.5.1: Swift2.3
Compatible for Swift 2.3
This is for users using Xcode8 & Swift2.3 combination.
1.0.0: Swift3 from now on
Swift3 is beautiful.
0.4.0: Curve is curve
Breaking changes
- Fix mistake that keyboard UINotification's curve is treated as UIAnimationOptions. From this version, it is treated as UIAnimationCurve as it is. At the same time, created
options
computed property which is UIAnimationOptions converted from UIAnimationCurve. It is for usability.
Thanks to @hoppenichu
Migration interaction
For users using curve, follow the migration interaction below:
- Change
event.curve
toevent.options
.- Because
event.curve
is UIAnimationCurve, which was UIAnimationOptions. Currently,event.options
is literally UIAnimationOptions.
- Because
0.3.1
0.3.0: Swift 2.2
Swift 2.2 Compatible
From this release, KeyboardObserver is compatible with swift 2.2.
Thanks @mono0926
0.2.1
- Support cocoapods