- OmniFocus
- IBanTang
- Fade
- Page
- Blixt
- Default
- Fade
- PopTip
- TaaskyFlip
- Elevate
- Scanbot
- Fade
- Slide
- Fix OMNI animation position on iOS 11
- Fix crash on Scanbot animation
- Set
navigationController.delegate
isnil
on push or pop completed.
- Fix name
ONMI
toOMNI
- Fix Demo BuildFailed
- Support Swift 2.2 & Xcode 7.3
- Add TransitionAnimation.podspec
- Cancel support of Carthage
- Fix
Slide
aniamtion crash
- Remove unused code from
TRStatusBarStyle.swift
- Update podspec, you can only use TransitionFramework without Animation.
- Fix can't use Push and Present at the same time. Update tr_transition into tr_presentTransition & tr_pushTranstion.
- Add type restriction on ViewControllerTransitionable and NavgationTransitionable methods(Pull 6)
- Add Default transition animation for Push.
- Improve Page animation performance.
- Support Gesture for TabBar Transition.
- Add Slide for TabBar Transition.
- Fix no interactive animation, after click present for Scanbot.
- Support Gesture for Present & Push.
- Add Scanbot Present transition animation(Scanbot support interactive animation).
- Support TabBar Transition Animation.
- Fix Fade and Page not use
completion
block. - Fix Twitter shake bug.
- Update protocol to
TransitionInteractiveable
,ViewControllerTransitionable
,ModalTransitionDelegate
,NavgationTransitionable
. - Update enum to
TRPushTransitionMethod
,TRPresentTransitionMethod
,TRTabBarTransitionMethod
.
- Fix Present delay bug(****Apple)
- Updated by leizh007 in Issues #3
- For more, see presentViewController:animated:YES view will not appear until user taps again or UITableView and presentViewController takes 2 clicks to display
- Fix cancel pop & dismiss status bar style change
- Fix not support custom gesture for Pop
- Fix no
Hide
status bar style.
- Separate status bar style module.
- Add New Feature: Update Status Bar Style
- Fix some transition convert point.(Fix Transition keyView on Cell)
- Fix can't get
keyView
for some animation.- Updated by dingge1991 in Issues #1
- Remove
keyView
fromTRViewControllerTransitionDelegate
extension
- Add Blixt transition animation.
- Fix Page cancelPop transform
- Fix target build version
- Add Elevate & TaaskyFlip transition animation.
- Fix Twitter & Page
transform
backup.