You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// An instance of a <see cref="UIKit.UIViewController"/> that can toggle its ability to auto-rotate.
/// </summary>
publicinterfaceIRotationAwareViewController
{
/// <summary>
/// Gets or sets the bool value indicating whether the view controller's contents should auto-rotate.
/// <remarks>This property should be returned from your view controller's <c><see cref="M:UIKit.UIViewController.ShouldAutorotate()"/></c> overidden method</remarks>