UIKit.UIViewController.WillAnimateSecondHalfOfRotation Method
Deprecated method sent during the second half of a rotation. Application developers should instead use UIViewController.WillAnimateRotation.

Syntax

[Foundation.Export("willAnimateSecondHalfOfRotationFromInterfaceOrientation:duration:")]
[ObjCRuntime.Availability(Deprecated=ObjCRuntime.Platform.iOS_5_0)]
public virtual void WillAnimateSecondHalfOfRotation (UIInterfaceOrientation fromInterfaceOrientation, double duration)

Parameters

fromInterfaceOrientation
The old orientation.
duration
The duration of the second half of the rotation animation, in seconds.

Remarks

Two-step rotations are deprecated and application developers should instead use single-step rotations (see UIViewController.WillAnimateRotation ).

When this method is called, the UIViewController.InterfaceOrientation is set to the new orientation.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0