NSMutableAttributedString.EndEditing Method

Definition

Marks the end of changes.

[Foundation.Export("endEditing")]
public virtual void EndEditing ();
abstract member EndEditing : unit -> unit
override this.EndEditing : unit -> unit
Attributes

Remarks

You should invoke this method after you have made a series of changes to a NSMutableAttributedString to inform the class that you are done making changes and it can perform its internal book keeping. This is called after you called M:Foundation.BeginEditing().

Applies to