UIKit.UIViewController.DidAnimateFirstHalfOfRotation Method
Deprecated function called at end of first-part of two-step rotation animations.

Syntax

[Foundation.Export("didAnimateFirstHalfOfRotationToInterfaceOrientation:")]
[ObjCRuntime.Availability(Deprecated=ObjCRuntime.Platform.iOS_5_0)]
public virtual void DidAnimateFirstHalfOfRotation (UIInterfaceOrientation toInterfaceOrientation)

See Also

UIKit.WillAnimateRotation
UIKit.WillAnimateFirstHalfOfRotation
UIKit.WillAnimateSecondHalfOfRotation

Parameters

toInterfaceOrientation
The UIKit.UIInterfaceOrientation at which the device will be on completion.

Remarks

Applications should override the UIViewController.WillAnimateRotation method rather than this function, which Apple deprecated in iOS 5.0.

This function is called after the first half of a two-step rotation animation. Application developers can adjust views before the second-step occurs.

Requirements

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