自定义 OSX 窗口皮肤?
如何在 OSX 上为我的应用程序窗口制作自定义按钮?我还想给整个窗口蒙皮。
有没有简单的课程或方法可以做到这一点?有说明如何操作的教程吗?
How do I make custom buttons for my app window on OSX? I'd also like to skin the entire window.
Are there any easy classes or ways to do this? Any tutorials that show how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您想稍微偏离标准 OS X 界面,您应该看看
NSThemeFrame
,它是绘制标准 OS X 窗口的类。您可以在此处阅读一些相关内容,并使用 Google 了解更多信息。If you want to deviate a little from the standard OS X interface, you should take a look at
NSThemeFrame
, the class that draws standard OS X windows. You can read a little bit about it here, and find out more using Google.CocoaWithLove 有一篇 文章 描述了如何制作自己的窗口:
CocoaWithLove has an article that describes how to make your own window: