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

Latest commit

 

History

History
165 lines (114 loc) · 4.97 KB

CHANGELOG.md

File metadata and controls

165 lines (114 loc) · 4.97 KB

Change Log

Transition List

Push & Pop

  • OmniFocus
  • IBanTang
  • Fade
  • Page
  • Blixt
  • Default

Present & Dismiss

  • Twitter
  • Fade
  • PopTip
  • TaaskyFlip
  • Elevate
  • Scanbot

TabBar

  • Fade
  • Slide

Support Swift 3 & Xcode 9

Fixed

  • Fix OMNI animation position on iOS 11
  • Fix crash on Scanbot animation
  • Set navigationController.delegate is nil on push or pop completed.

Support Swift 3

Fixed

  • Fix name ONMI to OMNI
  • Fix Demo BuildFailed

Fixed

  • Support Swift 2.2 & Xcode 7.3

Other

  • Add TransitionAnimation.podspec
  • Cancel support of Carthage

Fixed

  • Fix Slide aniamtion crash

Fixed

  • Remove unused code from TRStatusBarStyle.swift

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.

Fixed

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

Added

  • Add Default transition animation for Push.

Fixed

  • Improve Page animation performance.

Added

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

Fixed

  • Fix no interactive animation, after click present for Scanbot.

Added

  • Support Gesture for Present & Push.
  • Add Scanbot Present transition animation(Scanbot support interactive animation).
  • Support TabBar Transition Animation.

Fixed

Other

  • Update protocol to TransitionInteractiveable, ViewControllerTransitionable, ModalTransitionDelegate, NavgationTransitionable.
  • Update enum to TRPushTransitionMethod, TRPresentTransitionMethod, TRTabBarTransitionMethod.

Fixed

Fixed

  • Fix cancel pop & dismiss status bar style change
  • Fix not support custom gesture for Pop

Fixed

  • Fix no Hide status bar style.

Other

  • Separate status bar style module.

Add

  • Add New Feature: Update Status Bar Style

Fixed

  • Fix some transition convert point.(Fix Transition keyView on Cell)

Fixed

  • Fix can't get keyView for some animation.
    • Updated by dingge1991 in Issues #1
  • Remove keyView from TRViewControllerTransitionDelegate extension

Added

  • Add Blixt transition animation.

Fixed

  • Fix Page cancelPop transform
  • Fix target build version

Added

  • Add Elevate & TaaskyFlip transition animation.

Fixed

  • Fix Twitter & Page transform backup.