NSTextStorage is an iOS class that contains text that is displayed using NSLayoutManager objects, and notifies the NSLayoutManager objects of any changes to its characters or attributes.
Following the apple documentation I am trying to set up a simple NSTextView via its two constructor methods. I am …
cocoa swift nstextview nslayoutmanager nstextstorage