CFAttributedStringBeginEditing(_:)
Defers internal consistency-checking and coalescing for a mutable attributed string.
Declaration
func CFAttributedStringBeginEditing(_ aStr: CFMutableAttributedString!)Parameters
- aStr:
A mutable attributed string that is to be edited.
Discussion
Defers internal consistency-checking and coalescing for a mutable attributed string. You must balance a call to this function with a corresponding CFAttributedStringEndEditing(_:).