如何在可可中实现拖放功能?

发布于 2024-12-12 04:34:03 字数 79 浏览 0 评论 0原文

假设我有一个可可应用程序,只有一个窗口,里面什么也没有。但是,如果用户将文件拖放到此窗口中,该文件将自动复制到特定目录。如何实现这样的拖放功能?

Suppose I have a cocoa application with just a window and nothing in it. But if the user drags and drops a file into this window, the file will automatically be copied to a particular directory. How do I implement such a drag-and-drop functionality?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

魂ガ小子 2024-12-19 04:34:03

花费三秒钟搜索“cocoa Drag and Drop”会产生 Cocoa 拖放编程主题。您需要“拖动目标”部分(因为您正在响应拖到窗口的文件。请阅读文档并尝试按照说明进行操作。如果您遇到困难,请使用代码发布特定问题你使用过的以及你遇到的问题。

Three seconds invested in searching "cocoa drag and drop" produces the Drag and Drop Programming Topics for Cocoa. You want the "Dragging Destinations" section (since you're responding to a file dragged to your window. Read the documentation and try to follow along. If you get stuck, post a specific question with the code you used and the problem you encountered.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文