SLComposeServiceViewController.ShouldChangeText Method

Definition

Method that is called to determine if the text in the specified range needs to be changed.

[Foundation.Export("textView:shouldChangeTextInRange:replacementText:")]
public virtual bool ShouldChangeText (UIKit.UITextView textView, Foundation.NSRange range, string text);
abstract member ShouldChangeText : UIKit.UITextView * Foundation.NSRange * string -> bool
override this.ShouldChangeText : UIKit.UITextView * Foundation.NSRange * string -> bool

Parameters

textView
UITextView
range
NSRange
text
String

Returns

Attributes

Applies to