UITabBarControllerDelegate.GetAnimationControllerForTransition Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the UIViewControllerAnimatedTransitioning used during a non-interactive transition.
[Foundation.Export("tabBarController:animationControllerForTransitionFromViewController:toViewController:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.IUIViewControllerAnimatedTransitioning GetAnimationControllerForTransition (UIKit.UITabBarController tabBarController, UIKit.UIViewController fromViewController, UIKit.UIViewController toViewController);
abstract member GetAnimationControllerForTransition : UIKit.UITabBarController * UIKit.UIViewController * UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning
override this.GetAnimationControllerForTransition : UIKit.UITabBarController * UIKit.UIViewController * UIKit.UIViewController -> UIKit.IUIViewControllerAnimatedTransitioning
Parameters
- tabBarController
- UITabBarController
- fromViewController
- UIViewController
- toViewController
- UIViewController
Returns
- Attributes