简体   繁体   中英

Xcode - Customize “About This App”

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM