How can I display a splash screen for longer on an iPhone?

前端 未结 24 1886
滥情空心
滥情空心 2020-11-27 11:37

How can I display a splash screen for a longer period of time than the default time on an iPhone?

24条回答
  •  余生分开走
    2020-11-27 12:22

    The simplest way to do this is to create a UIImageView who's image is your Default.png. In your applicationDidFinishLaunching: method, add that image view to your window, and hide it when you'd like your splash screen to go away.

提交回复
热议问题