I have made a window.xib file and I would like to execute some code when et starts up (shows) like applicationDidFinishLaunching in main window.
how do I do that in Swift OS X .
I have made a window.xib file and I would like to execute some code when et starts up (shows) like applicationDidFinishLaunching in main window.
how do I do that in Swift OS X .
Copyright © 2021 Jogjafile Inc.
It's not possible to run any code on Launch Screen.
Please take a look at this answer: Execute code in Launch Screen