UITextViewDelegate.ShouldBeginEditing(UITextView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether editing should begin in the specified UITextView.
[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