UIViewController.UnregisterForPreviewingWithContext Метод

Определение

Запрещает previewing обработку 3D-сенсорного ввода и ввода pop.

[Foundation.Export("unregisterForPreviewingWithContext:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void UnregisterForPreviewingWithContext (UIKit.IUIViewControllerPreviewing previewing);
abstract member UnregisterForPreviewingWithContext : UIKit.IUIViewControllerPreviewing -> unit
override this.UnregisterForPreviewingWithContext : UIKit.IUIViewControllerPreviewing -> unit

Параметры

Атрибуты

Комментарии

Разработчики приложений, которые хотят сохранить возможность отмены регистрации для 3D Touch peek и pop, должны хранить ссылку IUIViewControllerPreviewing на экземпляр, возвращаемый RegisterForPreviewingWithDelegate(IUIViewControllerPreviewingDelegate, UIView), чтобы они могли позже передать его UnregisterForPreviewingWithContext(IUIViewControllerPreviewing) в метод .

Применяется к