Share via


UIViewController.UnregisterForPreviewingWithContext Method

Definition

[Foundation.Export("unregisterForPreviewingWithContext:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void UnregisterForPreviewingWithContext(UIKit.IUIViewControllerPreviewing previewing);
[<Foundation.Export("unregisterForPreviewingWithContext:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member UnregisterForPreviewingWithContext : UIKit.IUIViewControllerPreviewing -> unit
override this.UnregisterForPreviewingWithContext : UIKit.IUIViewControllerPreviewing -> unit

Parameters

Attributes

Applies to