Share via


IUITextInteractionDelegate.ShouldBegin(UITextInteraction, CGPoint) Method

Definition

[Foundation.Export("interactionShouldBegin:atPoint:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldBegin(UIKit.UITextInteraction interaction, CoreGraphics.CGPoint point);
[<Foundation.Export("interactionShouldBegin:atPoint:")>]
[<Foundation.OptionalMember>]
[<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

Attributes

Applies to