Skip to content

Releases: HarshilShah/DeckTransition

v2.2.0

01 Sep 07:14
33ff158
Compare
Choose a tag to compare
  • Support for Swift 5.0

This will likely be the last version of the library to support iOS 9 and 10. Please see the issue about DeckTransition 3.0 for more information.

v2.1.0

17 Sep 05:00
6773f79
Compare
Choose a tag to compare
  • Support for Swift 4.2 and Xcode 10

2.0 🎉

08 Dec 14:10
b85b885
Compare
Choose a tag to compare

DeckTransition is now at version 2.0! 🎉

This is a major API upgrade. The previous API which required UIScrollViewDelegate conformance has been entirely removed, and is replaced by an automatic UIScrollView detection mechanism.

API Breaking Changes

  • The isDismissEnabled property on DeckTransitioningDelegate is removed. This behaviour is now managed automatically, which means that your old dismissal code is no longer needed and can be removed entirely, and your existing view controllers should "just work" in most cases.

    There exist some edge cases with the new mechanism, more about which, including workarounds, can be found in the documentationʼs new UIScrollView detection guide.

Other Changes

  • A new isSwipeToDismissEnabled parameter is added to the DeckTransitioningDelegate initializer, to disable the swipe-to-dismiss gesture entirely, if need be. This is set to true by default and requires no change to retain previous behaviour.

v1.4.2

12 Nov 05:55
3efa216
Compare
Choose a tag to compare
  • Fixed an issue where animations were incorrect on older versions of iOS

v1.4.1

08 Nov 20:25
Compare
Choose a tag to compare
  • Added documentation, generated using Jazzy
  • Fixed an animation glitch when presenting a modal with the push style

v1.4.0

21 Oct 13:38
Compare
Choose a tag to compare
  • Updated animations to work much better when presenting mutliple view controllers using DeckTransition
  • Fixes an issue where the appearance method calls were sometimes unbalanced

v1.3.4

13 Oct 10:52
Compare
Choose a tag to compare
  • Fixed an issue where rotation would break the rounded corners

v1.3.3

13 Oct 10:52
Compare
Choose a tag to compare

This is the last version of this framework to support Swift 3.x. Further development will be done on Swift 4.x

  • Corner rounding is now animated

v1.3.2

30 Sep 18:55
Compare
Choose a tag to compare
  • Moved appearance transition methods to the presentation controller

v1.3.1

26 Sep 08:10
Compare
Choose a tag to compare
  • Fixed the alpha animation during presentation