UIViewController.DismissMoviePlayerViewController Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Dismisses the MPMoviePlayerViewController.
[Foundation.Export("dismissMoviePlayerViewControllerAnimated")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'AVPlayerViewController' (AVKit) instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DismissMoviePlayerViewController ();
abstract member DismissMoviePlayerViewController : unit -> unit
override this.DismissMoviePlayerViewController : unit -> unit
- Attributes
Remarks
Along with PresentMoviePlayerViewController(MPMoviePlayerViewController), this method can be used to control the presentation and dismissal of a MPMoviePlayerViewController
Applies to
See also
- <xref:UIKit.UIViewController.PresentMoviePlayerViewController>