简单的 Mac OS 开发应用程序
出现在菜单栏右侧的应用程序图标叫什么?(如 Twitter 的图标)
当您按下它时,它通常是一个下拉菜单..
我想在我的 mac 应用程序中实现类似的图标..任何帮助我可以从哪里开始?
What is the app's icon that appears to the right of the menu bar called?(like the twitter one)
When you press it, it's usually a drop down menu..
I want to implement a similar one in my mac app.. any help where can i start?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
菜单图标是一个状态项,由 NSStatusItem 类。请参阅问题如何为 Mac 创建菜单栏应用程序并其答案以获取更多信息。
The menu icon is a status item, represented by the NSStatusItem class. See the question How to create a menubar application for Mac and its answers for more info.