How to get the attributed string in the NSTextContainer not the NSTextStorage

223 views Asked by At

Good day,

Im trying to get the attributed string for the NSTextContainer not the NSTextStorage, any time I use the method that returns the attributedString of a textView, it returns the attributedString for the NSTextStorage and I just want the attributedString for that bounding rect? Any Suggestions? I've been struggling with this for days.

I'll appreciate any assistance.

Thank you

0

There are 0 answers