Xcode - Customize “About This App”

夙愿已清 提交于 2019-12-11 06:49:11

问题


How do I change the "About this app" window of an app in Xcode? I've made a little app, but I don't know how to change this little thing. Thank you for your help :D


回答1:


In your MainMenu.xib, change to the target-action of the menu item "About myApp" to your custom action.

Then in your action, you can do whatever you want. For example, you can display a window that you've either designed in a nib file or created programmatically.



来源:https://stackoverflow.com/questions/12156528/xcode-customize-about-this-app

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!