1

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 .

1 Answers1

0

It's not possible to run any code on Launch Screen.

Please take a look at this answer: Execute code in Launch Screen

Community
  • 1
  • 1
brduca
  • 3,573
  • 2
  • 22
  • 30