Making the launch image display longer xcode

后端 未结 8 2033
囚心锁ツ
囚心锁ツ 2020-12-14 10:04

I need help with launch images on iphone. In the project settings on xcode theres an option to add launch images. I added it and it displays for 2 seconds... I want it to be

8条回答
  •  暖寄归人
    2020-12-14 10:47

    make the default view...have an image view with the same default image...and then launch the new view(main app ) after specific time using [self performselector methods

提交回复
热议问题