【发布时间】:2011-01-16 12:04:22
【问题描述】:
如何用 NSTextStorage 存储 NSTextView 的信息?
【问题讨论】:
标签: objective-c cocoa nstextview nstextstorage
如何用 NSTextStorage 存储 NSTextView 的信息?
【问题讨论】:
标签: objective-c cocoa nstextview nstextstorage
【讨论】:
显然每个 NSTextView 都带有它自己的 NSTextStorage。只需使用 textStorage 方法获取 NSTextView 的 textStorage
【讨论】:
nil。