如何重建IB主菜单
我不小心从 IB 中删除了主菜单菜单,现在我很难重建它。我正在使用 Xcode 4.0。有没有办法重新创建它?
I accidentally deleted the Main Menu menu from IB and now I have a hard time to reconstruct it. I am using Xcode 4.0. Is there anyway to recreate that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您指的是 Mac 软件菜单栏中的主菜单吗?
如果是,您只需将 NSMenuItem 从 IB 检查器拖放到菜单栏即可。
PS:我不确定是否理解你的问题......
You mean main menu from the menu bar for a mac software ?
If yes, you can simply drag'n drop an NSMenuItem from the IB inspector to your menu bar.
PS : I'm not sure to have understood your question ...