Questions tagged [launch-screen]
307 questions
0
votes
2 answers
UIKit automatically switch to another VC after launch screen appear
I'm trying to automatically switch from lauch screen to home screen after 3 sec.
This is code in entry point view controller
override func viewDidAppear(_ animated: Bool) {
DispatchQueue.main.asyncAfter(deadline: .now() +…
0
votes
1 answer
User-customized background image in Launch Screen
Is it possible to add a custom background image to the Launch Screen (Splash Screen)?
If so, how can I do it in a Flutter project?
The idea is to have the application logo centered with the image chosen by the user on the back.

Navtti
- 173
- 1
- 7
0
votes
1 answer
Android Launch screen take more time than a native one for Flutter
I'm new to Flutter, and I noticed that the launch screen for Android take more time than usual for a native app, I followed the instructions here
But for IOS, everything is working fine.
Is there a way to make the launch time for Android…

M.SH
- 357
- 2
- 8
- 22
0
votes
1 answer
iOS Launch Screen storyboard changes constraints on rest of user interface
I have an iPad app that includes a mix of xib files and storyboard files. The app uses Launch Images but since they are deprecated in iOS 13, I am migrating the app to use a Launch Screen Storyboard instead.
To do this, I added a new Launch Screen…

Silverness
- 85
- 8
0
votes
1 answer
LaunchScreen Issues in Xcode
I am trying to design the Launch screen in XCode but facing one issue where I can't get any hint of how to resolve it. I am trying to build Xcode launch screen project but keep getting below error whenever I edit any of the LaunchScreen from Visual…

Zeeshan shaikh
- 341
- 1
- 5
- 24
0
votes
1 answer
Fixed ImageView in launch screen swiftui
I'm making a launch screen for an iPad and iPhone app with some text and an image. When I run the app, the image on the iPad (portrait mode) is really big (scaled). If I run it on the iPhone it's ok.
I'm using a picture in the Assets.xcassets and…

SoftGuru
- 65
- 1
- 8
0
votes
1 answer
Swift how to reference an image file that is not in *.xcassets folder in storyboard
I was trying to update the icon of my app in LaunchScreen, turned out that the UIImage doesn't update for the situation that a user update from old version to new version, and I searched on web for some solutions, there is one suggesting that I…

Zim
- 674
- 7
- 15
0
votes
1 answer
iOS Launch screen not showing image when changing bundle Identifier
I am working on my iOS application and I am facing a problem where I can't see the logo of my application in launch screen when I change the bundle Identifier of my application. When I am using bundle Identifier say com.demo.app, launch screen is…

Coder
- 508
- 2
- 13
0
votes
0 answers
Xamarin.Forms isn't changing media
I'm doing:
Xamarin Forms App Icon Correct way,
Launch Screens for Xamarin.iOS Apps
On simulator all working good, but when i run Visual Studio from Windows with my iPhone, it wasn't working. Just nothing doesn't change.

Nort
- 117
- 9
0
votes
1 answer
Make native splash screen depend on user prefer, not on device theme in flutter
I added a native launch screen for dark and light mode, so when my device in night mode the background color of the launch screen is black and when the device in light mode the color is white.
The problem is:
I want to make the color depend on the…

Mahmoud Haj Ali
- 946
- 6
- 12
0
votes
1 answer
Launch screen integration using info.plist in XCode 12
I am trying Configuring launch screens per URL scheme
Here is the screenshot of my info.plist.
But only default launch screen is working and I am unable to load alternative launch screen.
Please highlight what I am doing wrong here.

Matloob Hasnain
- 1,025
- 6
- 21
0
votes
1 answer
why splash screen or launch screen image of flutter app is not being shown in high quality
In my flutter app i have set a *.PNG image as splash screen or starup screen to be shown when this app starts but it is not being shown in high quality and i have tried to set another high quality image then image spreads outside of the screen (kind…

Anil Shrivastav
- 105
- 1
- 14
0
votes
1 answer
Flutter full screen splash in Android (native)
I'm tried to make a fullscreen splash (with a background image) in Flutter Android (in iOS everything seem easier).
But in default launch background, the bitmap tag seem not to be cover the height and width, i tried gravity attributes: fill,…

Vu Ngo
- 86
- 1
- 7
0
votes
1 answer
iOS navigation controller required when adding launch screen to app?
My app works fine with Main.storyboard and now I want to add LaunchScreen.storyboard. Simple question: Is a navigation controller required to do this? I'll go research based on the answer. Thanks!

vonlost
- 875
- 1
- 7
- 11
0
votes
1 answer
How to play a video in launch screen in SwiftUI
I literally been searching this for two months & cant find answer . Everyone talks about splash screen but my app needs a video play in launch screen in swiftUI native app.