[Solved] Why the UI elements disappear in seconds in Xcode 11.3? [duplicate]


  1. This is basic of swift, I hope you designed it on LaunchScreen.storyboard which acts as the Splash screen of the application.

  2. Your problem is you designed your view in LaunchScreen.storyboard so it stayed only for 5 seconds, now the solution is design your view in Main.storyboard so that you will see your UIControls or UIElements.

Hope it helps.

1

solved Why the UI elements disappear in seconds in Xcode 11.3? [duplicate]