mutableString
The character contents of the receiver as a mutable string object.
Declaration
var mutableString: NSMutableString { get }Return Value
The mutable string object.
Discussion
The receiver tracks changes to this string and keeps its attribute mappings up to date.
See Also
Related Documentation
- Attributed String Programming Guide