-
This is basic of swift, I hope you designed it on
LaunchScreen.storyboard
which acts as the Splash screen of the application. -
Your problem is you designed your view in
LaunchScreen.storyboard
so it stayed only for 5 seconds, now the solution is design your view inMain.storyboard
so that you will see yourUIControls
orUIElements
.
Hope it helps.
1
solved Why the UI elements disappear in seconds in Xcode 11.3? [duplicate]