Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Releases: morizotter/KeyboardObserver

2.1.0: Swift 4.2

18 Nov 09:50
609bf54
Compare
Choose a tag to compare

Swift 4.2

Updated for Swift 4.2

Thasnks @ssamadgh

Swift4 🌟

27 Sep 07:28
Compare
Choose a tag to compare

Update for Swift4. Thanks @Nirma !

1.1.0: isEnabled

11 Aug 04:19
Compare
Choose a tag to compare

Breaking Changes

  • Change enabled to isEnabled for accoding to Swift naming convention. Thanks to @milkcocoa !

1.0.1: Swift3

20 Sep 17:16
Compare
Choose a tag to compare

Xcode8 & Swift3

From this version you can use it with Xcode8 and Swift3 combination.

0.5.1: Swift2.3

20 Sep 17:34
Compare
Choose a tag to compare

Compatible for Swift 2.3

This is for users using Xcode8 & Swift2.3 combination.

1.0.0: Swift3 from now on

10 Sep 19:53
Compare
Choose a tag to compare
Pre-release

Swift3 is beautiful.

0.4.0: Curve is curve

06 Apr 03:27
Compare
Choose a tag to compare

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:

  1. Change event.curve to event.options.
    • Because event.curve is UIAnimationCurve, which was UIAnimationOptions. Currently, event.options is literally UIAnimationOptions.

0.3.1

05 Apr 10:00
Compare
Choose a tag to compare

Fixes

  • Fixed that enabled was not effective. Thanks @Econa77

0.3.0: Swift 2.2

05 Apr 09:35
Compare
Choose a tag to compare

Swift 2.2 Compatible

From this release, KeyboardObserver is compatible with swift 2.2.

Thanks @mono0926

0.2.1

15 Dec 19:00
Compare
Choose a tag to compare
  • Support cocoapods