UIView.RemoveInteraction(IUIInteraction) 方法

定义

从视图中删除交互。

[Foundation.Export("removeInteraction:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveInteraction (UIKit.IUIInteraction interaction);
abstract member RemoveInteraction : UIKit.IUIInteraction -> unit
override this.RemoveInteraction : UIKit.IUIInteraction -> unit

参数

interaction
IUIInteraction

要删除的交互。

属性

适用于