In Xcode how do I know if my lauch image is working correctly?

后端 未结 3 1915
时光说笑
时光说笑 2021-01-17 12:13

When I run the simulator, the app opens really quickly so it\'s impossible to see the launch image.

3条回答
  •  梦毁少年i
    2021-01-17 12:26

    Set below code 1st line of your application:didFinishLaunchingWithOptions:

    sleep(delay); // delay int value
    

提交回复
热议问题