Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 NSTextStorage 存储 NSTextView 的信息?
请参阅Cocoa Text Architecture Guide中的Assembling the Text System by Hand。
显然每个 NSTextView 都带有它自己的 NSTextStorage。只需使用 textStorage 方法获取 NSTextView 的 textStorage