UITextPasteDelegate_Extensions.ShouldAnimatePaste Method

Definition

Returns a Boolean value that tells the system whether to animate the paste operation.

public static bool ShouldAnimatePaste (this UIKit.IUITextPasteDelegate This, UIKit.IUITextPasteConfigurationSupporting textPasteConfigurationSupporting, Foundation.NSAttributedString attributedString, UIKit.UITextRange textRange);
static member ShouldAnimatePaste : UIKit.IUITextPasteDelegate * UIKit.IUITextPasteConfigurationSupporting * Foundation.NSAttributedString * UIKit.UITextRange -> bool

Parameters

This
IUITextPasteDelegate

The instance on which this extension method operates.

textPasteConfigurationSupporting
IUITextPasteConfigurationSupporting

The receiving object.

attributedString
NSAttributedString

The string to paste.

textRange
UITextRange

The range in which to paste or drop the string.

Returns

Applies to