How to show a splash screen during launch of a Cocoa app?

后端 未结 4 1375
忘了有多久
忘了有多久 2020-12-13 22:49

I would like to show the user a splash screen (a picture) while my Cocoa-based application launches. How would this be possible?


First thanks a lot. because my

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-13 23:03

    Why do you hate your users?

    Seriously, don't do this. Don't make your users wait to use your app. Make your app launch quickly instead.

    (And just in case you insist on an answer: Show a window with the image in it, then hide the window when you feel the user has waited long enough.)

提交回复
热议问题