UIKit.UIApplicationDelegate.DidChangeStatusBarOrientation Method
Indicates that the statusbar has changed its orientation.

Syntax

[Foundation.Export("application:didChangeStatusBarOrientation:")]
public virtual void DidChangeStatusBarOrientation (UIApplication application, UIInterfaceOrientation oldStatusBarOrientation)

Parameters

application
Reference to the UIApplication that invoked this delegate method.
oldStatusBarOrientation
The status bar's previous orientation.

Remarks

After this method ends, the systems posts a UIApplicationDidChangeStatusBarOrientationNotification (see UIApplication.Notifications.ObserveDidChangeStatusBarOrientation).

Requirements

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