Skip to content
This repository was archived by the owner on Jul 2, 2023. It is now read-only.

Releases: dianqk/TransitionTreasury

Swift 4.2

20 Dec 02:51
3266df5

Choose a tag to compare

6.0.0

Swift 4.2

Support Swift 2.3

15 Sep 08:04

Choose a tag to compare

Support Swift 2.3

Release 3.0.4

19 Apr 09:40

Choose a tag to compare

Swift 2.2

Fixed

  • Fix name ONMI to OMNI
  • Fix Demo BuildFailed

Release 3.0.3 Support Swift 2.2

23 Mar 02:37

Choose a tag to compare

Fixed

  • Support Swift 2.2 & Xcode 7.3

Other

  • Add TransitionAnimation.podspec
  • Cancel support of Carthage

Release 3.0.2

06 Mar 10:34

Choose a tag to compare

Fixed

  • Fix Slide aniamtion crash

Release 3.0.1

06 Mar 10:34

Choose a tag to compare

Fixed

  • Remove unused code from TRStatusBarStyle.swift

Release 3.0.0 Support Custom Transition Enum

05 Feb 06:43

Choose a tag to compare

Added

  • Update podspec, you can only use TransitionFramework without Animation.

Fixed

  • Fix can't use Push and Present at the same time. Update tr_transition into tr_presentTransition & tr_pushTranstion.

Release 2.2.1 Add Type Restriction

25 Jan 10:16

Choose a tag to compare

Fixed

  • Add type restriction on ViewControllerTransitionable and NavgationTransitionable methods(Pull 6)

Release 2.2.0 Support Default Push Transition Animation

24 Jan 11:05

Choose a tag to compare

Added

  • Add Default transition animation for Push.
  • Improve Page animation performance.

Release 2.1.0 Support Gesture for TabBar Transition

22 Jan 14:44

Choose a tag to compare

Added

  • Support Gesture for TabBar Transition.
  • Add Slide for TabBar Transition.