0

I am using xcode 11.5. I need to show different picture every time on launch screen.

I tried so many things but nothing worked. I created a different view (Custom Splash) but it always displays the splash first and my custom view second.

How can i change splash screen ? or assign dynamic images to launch screen ?

Navneet Kaur
  • 264
  • 2
  • 14

1 Answers1

0

You can do it with custom splash screen but it's not possible with LaunchScreen

Devansh Vyas
  • 447
  • 1
  • 5
  • 8
  • any idea how can i create the custom splash .. bcz i did that but it still shows the launch screen first and then move to that screen – Navneet Kaur Jul 31 '20 at 10:21
  • It will always show the launch screen first only, You can make its view colour black for better transition look – Devansh Vyas Aug 01 '20 at 11:59