Share via


UIView.SetAnimationTransition Method

Definition

[Foundation.Export("setAnimationTransition:forView:cache:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void SetAnimationTransition(UIKit.UIViewAnimationTransition transition, UIKit.UIView forView, bool cache);
[<Foundation.Export("setAnimationTransition:forView:cache:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member SetAnimationTransition : UIKit.UIViewAnimationTransition * UIKit.UIView * bool -> unit

Parameters

forView
UIView
cache
Boolean
Attributes

Applies to