次の方法で共有


SLComposeServiceViewController.ShouldBeginEditing(UITextView) メソッド

定義

テキスト オブジェクトがテキストを chnge し始めるときに呼び出されるメソッド、またはユーザーがテキスト オブジェクト上のファイルを削除することに応答して呼び出されるメソッド。

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

パラメーター

textView
UITextView

戻り値

属性

適用対象