- 28 Sep, 2018 1 commit
-
-
transitioningViewController is either UITabBarController or UINavigationController. If you enable Motion on a UITabBarController and tap multiple times on the tabBar item, Motion will restart transition on each tap unless the transition is over. We fix this by disabling interaction on UITabBarController while transition is happening.
Orkhan Alikhanov committed
-
- 26 Sep, 2018 1 commit
-
-
Added setCompletionCallbackForNextTransition
Daniel Dahan committed
-
- 25 Sep, 2018 3 commits
-
-
Orkhan Alikhanov committed
-
Orkhan Alikhanov committed
-
Removing animations is done through accessing animations on animator which was cleaned before the access. Fixed by swapping order of method calls
Orkhan Alikhanov committed
-
- 24 Sep, 2018 2 commits
-
-
Bug fixes and MotionViewTransition
Daniel Dahan committed -
Orkhan Alikhanov committed
-
- 22 Sep, 2018 1 commit
-
-
The ~0.001 seconds lag between animations were extremely noticeable if the duration was long.
Orkhan Alikhanov committed
-
- 21 Sep, 2018 1 commit
-
-
There is no need to recalculate duration from the current state of the view. Motion calculates it when animations is first fired off and on resume remaining duration can be recalculated as usual (duration - progress).
Orkhan Alikhanov committed
-
- 18 Sep, 2018 3 commits
-
-
Orkhan Alikhanov committed
-
Orkhan Alikhanov committed
-
Orkhan Alikhanov committed
-
- 17 Sep, 2018 2 commits
-
-
This way we no longer need CAAnimationDelegate to listen to animationDidStop in order to update the model and remove animation after it's done. We update the model in advance, and system just removes the animation on completion Also fixes animation group not removed from layer after completion
Orkhan Alikhanov committed -
Orkhan Alikhanov committed
-
- 16 Sep, 2018 1 commit
-
-
Orkhan Alikhanov committed
-
- 13 Sep, 2018 2 commits
-
-
use Application.shared to keep extensions happy
Daniel Dahan committed -
Rob Jonson committed
-
- 10 Sep, 2018 2 commits
-
-
Support extension
Daniel Dahan committed -
Use Application.shared to allow framework to be linked from extensions.
ConfusedVorlon committed
-
- 08 Aug, 2018 2 commits
-
-
Daniel Dahan committed
-
Daniel Dahan committed
-
- 01 Aug, 2018 3 commits
-
-
Fixed issue-44, view is hidden below status bar during call
Daniel Dahan committed -
Orkhan Alikhanov committed
-
Orkhan Alikhanov committed
-
- 26 Jul, 2018 3 commits
-
-
Daniel Dahan committed
-
Daniel Dahan committed
-
Daniel Dahan committed
-
- 19 Jul, 2018 2 commits
-
-
Daniel Dahan committed
-
Fixed issue-29, unbalanced calls to begin/end appearance transitions
Daniel Dahan committed
-
- 17 Jul, 2018 1 commit
-
-
Calling {begin,end}AppearanceTransition methods for modal transitions was causing the issue since UIKit was already calling them that internally
Orkhan Alikhanov committed
-
- 28 Jun, 2018 3 commits
-
-
pr-40: Fixed delegation issue, where UINavigationController and UITabBarController were incorrectly calling their delegate methods
Daniel Dahan committed -
Fixed overridden delegates were not forwarded
Daniel Dahan committed -
Orkhan Alikhanov committed
-
- 27 Jun, 2018 2 commits
-
-
Daniel Dahan committed
-
Daniel Dahan committed
-
- 27 Apr, 2018 3 commits
-
-
Daniel Dahan committed
-
Daniel Dahan committed
-
Daniel Dahan committed
-
- 12 Mar, 2018 1 commit
-
-
Daniel Dahan committed
-
- 08 Feb, 2018 1 commit
-
-
Daniel Dahan committed
-