This minor release resolves a build warning and introduces the ability to customize navigation controller transitions.
new class: MDMTransitionNavigationControllerDelegate.
Fixed the umbrella header name to match the library name.
The library has been renamed to MotionTransitioning.
Prior releases under the library name MaterialMotionTransitioning.
The library has been renamed to MaterialMotionTransitioning.
TransitionContext now exposes a presentationController property.Auto-generated by running:
apidiff origin/stable release-candidate objc src/MaterialMotionTransitioning.h
new property: presentationController in MDMTransitionContext
Prior releases under the library name Transitioning.
This is a patch fix release to address build issues within Google's build environment.
This minor release introduces two new features to the Transition protocol family.
new protocol: MDMTransitionWithFallback
new method: -fallbackTransitionWithContext: in MDMTransitionWithFallback
new protocol: MDMTransitionWithCustomDuration
new method: -transitionDurationWithContext: in MDMTransitionWithCustomDuration
new property: activeTransition in MDMTransitionController
Initial release.
Includes support for building simple view controller transitions and transitions that support custom presentation.