UIView.SetAnimationTransition 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.
[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
- transition
- UIViewAnimationTransition
- forView
- UIView
- cache
- Boolean
- Attributes