Closed jverkoey closed 8 years ago
This controller publicly conforms to UIViewControllerTransitioningDelegate
.
Example use:
viewController.mdm_transitionController.directorClass = [PhotoDirector class];
Class prototype:
MDMTransitionController : NSObject <UIViewControllerTransitioningDelegate>
When mdm_transitionController
is accessed, an instance of MDMTransitionController should lazily be created and then assigned to the view controller's transitioningDelegate
(if one is not already set). This will allow us to hook in to the iOS view controller transitioning APIs.
Spec: https://material-motion.gitbooks.io/material-motion-starmap/content/specifications/transition_controller.html