DeckTransition Versions Save

A library to recreate the iOS Apple Music now playing transition

2.2.0

4 years ago
  • 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.

2.1.0

5 years ago
  • Support for Swift 4.2 and Xcode 10

2.0.0

6 years ago

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.

1.4.2

6 years ago
  • Fixed an issue where animations were incorrect on older versions of iOS

1.4.1

6 years ago
  • Added documentation, generated using Jazzy
  • Fixed an animation glitch when presenting a modal with the push style

1.4.0

6 years ago
  • Updated animations to work much better when presenting mutliple view controllers using DeckTransition
  • Fixes an issue where the appearance method calls were sometimes unbalanced

1.3.3

6 years ago

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

1.3.4

6 years ago
  • Fixed an issue where rotation would break the rounded corners

1.3.2

6 years ago
  • Moved appearance transition methods to the presentation controller

1.3.1

6 years ago
  • Fixed the alpha animation during presentation