UITextViewDelegate.ShouldBeginEditing(UITextView) 메서드

정의

지정된 UITextView에서 편집을 시작해야 하는지 여부입니다.

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

매개 변수

textView
UITextView

반환

특성

적용 대상