如何制作一个没有标题栏的应用程序?

发布于 2024-10-18 15:18:38 字数 120 浏览 0 评论 0原文

我对 Mac 上的开发还很陌生,到目前为止我只做过 iPhone 编程。我正在尝试制作一个没有标题栏的应用程序。我仍然希望允许用户通过单击窗口内的任何位置并拖动来移动窗口。这可能吗?如果可以,我该如何开始做这样的事情呢?谢谢!

I'm quite new to developing on the Mac, I've only done iPhone programming until now. I'm trying to make an app that doesn't have a titlebar. I'd still like to allow the user to move the window around by clicking anywhere within the window and dragging. Is this possible, and if so, how can I get started on something like this? Thanks!

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

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

发布评论

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

评论(1

北斗星光 2024-10-25 15:18:38

你可以把它做成一个无边框的窗口。

[myWindow setStyleMask:NSBorderlessWindowMask];

You could make it a borderless window.

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