I was wondering if it would be possible to have a button inside of my mac app and when you click on it, it will open the About (App Name) window?
Hope it makes sense! :)
I was wondering if it would be possible to have a button inside of my mac app and when you click on it, it will open the About (App Name) window?
Hope it makes sense! :)
Copyright © 2021 Jogjafile Inc.
Connect the
NSButton
toFile's Owner
and selectorderFrontStandardAboutPanel:
like this:EDIT
Alternatively connect the
NSButton
directly to the followingIBAction
: