实现从 NSImageView 拖动并将图像保存到文件
我研究了苹果的例子:CocoaDragAndDrop。我了解如何将图像拖动到 NSImageView 并在视图之间拖动图像。但是,我仍然不知道当图像拖放到 Finder 上时如何拖动图像并将其保存到文件中。
有人能给我举个例子吗?
I've studied Apple's example: CocoaDragAndDrop. I understand how to drag a image to NSImageView and drag an image between views. However, I still don't known how to drag an image and save it to a file when the image is dropped onto the Finder.
Can anybody give me a example?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我终于知道该怎么做了。我在 Github 上写了一个 演示
I finally found out how to do it. And I wrote a demo on Github