Package org.robovm.apple.uikit
Interface UIViewControllerTransitioningDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UISearchController,UIViewControllerTransitioningDelegateAdapter
public interface UIViewControllerTransitioningDelegate extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description UIViewControllerAnimatedTransitioninggetAnimationControllerForDismissedController(UIViewController dismissed)UIViewControllerAnimatedTransitioninggetAnimationControllerForPresentedController(UIViewController presented, UIViewController presenting, UIViewController source)UIViewControllerInteractiveTransitioninggetInteractionControllerForDismissal(UIViewControllerAnimatedTransitioning animator)UIViewControllerInteractiveTransitioninggetInteractionControllerForPresentation(UIViewControllerAnimatedTransitioning animator)UIPresentationControllergetPresentationControllerForPresentedViewController(UIViewController presented, UIViewController presenting, UIViewController source)
-
Method Details
-
getAnimationControllerForPresentedController
UIViewControllerAnimatedTransitioning getAnimationControllerForPresentedController(UIViewController presented, UIViewController presenting, UIViewController source) -
getAnimationControllerForDismissedController
UIViewControllerAnimatedTransitioning getAnimationControllerForDismissedController(UIViewController dismissed) -
getInteractionControllerForPresentation
UIViewControllerInteractiveTransitioning getInteractionControllerForPresentation(UIViewControllerAnimatedTransitioning animator) -
getInteractionControllerForDismissal
UIViewControllerInteractiveTransitioning getInteractionControllerForDismissal(UIViewControllerAnimatedTransitioning animator) -
getPresentationControllerForPresentedViewController
UIPresentationController getPresentationControllerForPresentedViewController(UIViewController presented, UIViewController presenting, UIViewController source)
-