Sdílet prostřednictvím


UITextInteractionDelegate.ShouldBegin(UITextInteraction, CGPoint) Method

Definition

[Foundation.Export("interactionShouldBegin:atPoint:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldBegin(UIKit.UITextInteraction interaction, CoreGraphics.CGPoint point);
[<Foundation.Export("interactionShouldBegin:atPoint:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldBegin : UIKit.UITextInteraction * CoreGraphics.CGPoint -> bool
override this.ShouldBegin : UIKit.UITextInteraction * CoreGraphics.CGPoint -> bool

Parameters

interaction
UITextInteraction
point
CGPoint

Returns

Implements

Attributes

Applies to