SLComposeServiceViewController.ShouldBeginEditing(UITextView) Method

Definition

Method that is called when a text object begins to chnge its text, or in response to the user dropping a file on the text object.

[Foundation.Export("textViewShouldBeginEditing:")]
public virtual bool ShouldBeginEditing (UIKit.UITextView textView);
abstract member ShouldBeginEditing : UIKit.UITextView -> bool
override this.ShouldBeginEditing : UIKit.UITextView -> bool

Parameters

textView
UITextView

Returns

Attributes

Applies to