Changelog History
Page 1
-
v2.2.0 Changes
September 01, 2019- π 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 Changes
September 17, 2018- π Support for Swift 4.2 and Xcode 10
-
v2.0.0 Changes
December 08, 2017π± 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 automaticUIScrollView
detection mechanism.API Breaking Changes
π The
isDismissEnabled
property onDeckTransitioningDelegate
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
- 0οΈβ£ A new
isSwipeToDismissEnabled
parameter is added to theDeckTransitioningDelegate
initializer, to disable the swipe-to-dismiss gesture entirely, if need be. This is set totrue
by default and requires no change to retain previous behaviour.
- 0οΈβ£ A new
-
v1.4.2 Changes
November 12, 2017- π Fixed an issue where animations were incorrect on older versions of iOS
-
v1.4.1 Changes
November 08, 2017- β Added documentation, generated using Jazzy
- π Fixed an animation glitch when presenting a modal with the push style
-
v1.4.0 Changes
October 21, 2017- β‘οΈ 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 Changes
October 13, 2017- π Fixed an issue where rotation would break the rounded corners
-
v1.3.3 Changes
October 11, 2017π 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 Changes
September 30, 2017- π Moved appearance transition methods to the presentation controller
-
v1.3.1 Changes
September 26, 2017- π Fixed the alpha animation during presentation