NSTextView图像/附件

时间:2013-06-28 20:47:24

标签: objective-c cocoa nstextview

我了解NSTextView使用附件插入图像。有没有办法在NSTextView中访问图像或附件?

1 个答案:

答案 0 :(得分:1)

感谢this comment,我能够找到如何从插入NSTextView的图像和文件中获取NSImage或NSData对象。我已经把我的(粗略的,不完美的)代码on GitHub, here