Open
Description
Steps to Reproduce
- Use a
StringBuilder
to construct a string new NSAttributedString(sb.ToString())
- Feel powerless when allocations can't be avoided
Expected Behavior
There should be a way to construct the NSAttributedString
/NSString
from the StringBuilder
chunks, instead of having to map the entire string in memory.
Actual Behavior
The opposite.