SLComposeServiceViewController.ShouldEndEditing(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.
Method that is called when resigning first responder status to request permission to end editing.
[Foundation.Export("textViewShouldEndEditing:")]
public virtual bool ShouldEndEditing (UIKit.UITextView textView);
abstract member ShouldEndEditing : UIKit.UITextView -> bool
override this.ShouldEndEditing : UIKit.UITextView -> bool
Parameters
- textView
- UITextView
Returns
- Attributes