MPMoviePlayerViewController.ShouldAutorotateToInterfaceOrientation Method

Definition

Developers should not use this deprecated method. Do not use; this API was removed.

[Foundation.Export("shouldAutorotateToInterfaceOrientation:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, "Do not use; this API was removed.")]
[ObjCRuntime.Obsoleted(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, "Do not use; this API was removed.")]
public virtual bool ShouldAutorotateToInterfaceOrientation (UIKit.UIInterfaceOrientation orientation);
override this.ShouldAutorotateToInterfaceOrientation : UIKit.UIInterfaceOrientation -> bool

Parameters

Returns

Attributes

Applies to