Share via


UIViewController.WillAnimateSecondHalfOfRotation Method

Definition

[Foundation.Export("willAnimateSecondHalfOfRotationFromInterfaceOrientation:duration:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillAnimateSecondHalfOfRotation(UIKit.UIInterfaceOrientation fromInterfaceOrientation, double duration);
[<Foundation.Export("willAnimateSecondHalfOfRotationFromInterfaceOrientation:duration:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillAnimateSecondHalfOfRotation : UIKit.UIInterfaceOrientation * double -> unit
override this.WillAnimateSecondHalfOfRotation : UIKit.UIInterfaceOrientation * double -> unit

Parameters

fromInterfaceOrientation
UIInterfaceOrientation
duration
Double
Attributes

Applies to