Questions tagged [launch-screen]

307 questions
0
votes
1 answer

Only the simulator from Xcode is showing the correct launch screen color

I added the Launch Screen row in the Info.plist. Then I added a Background color and an Image Name row under the Launch Screen. Both the color and the image is in the Assets correctly. But, when I run it on my iPhone, it only shows the image, not…
0
votes
1 answer

launch_background.xml color to hex color

I want to make my splash screen using flutter framework all I want to do is to change the splash screen color form white to 003A55 in Hex enter image description here
0
votes
1 answer

Placing Image in iOS LaunchScreen.storyboard disables launch screen completely

I'm using SwiftUI and Xcode 12.2 (iOS 14) for a project and building a launch screen using Interface Builder. It works fine, but whenever the launch screen includes a reference to any image file (for the contents of an Image View), the launch screen…
Anton
  • 2,512
  • 2
  • 20
  • 36
0
votes
1 answer

Revealing Splash View is showing blank white screen after animation

I am using this Github-Repo for a reavealing splash view. I am calling it like this inside my AppDelegate: let revealingSplashView = RevealingSplashView(iconImage: UIImage(named: "wIcon")!, iconInitialSize: CGSize(width: 120 *…
Chris
  • 1,828
  • 6
  • 40
  • 108
0
votes
1 answer

iOS Launch Screen dismissed prematurely

I have built an app in Xcode with Swift. I have a launch screen which is just a static image, when I open the app, the launch screen appears for a few seconds and then as the app continues to load, suddenly there is a white screen until the app is…
Rage
  • 870
  • 9
  • 27
0
votes
1 answer

UIImage returns nil on .launchimage UIImage command

I am doing a loop through my .launchimage images, in order to re-use the one I need in a different context, but when I do so, most of the UIImage return nil, like with AppLoginLaunchImage.launchimage/LaunchImage-Landscape~ipad_1024x768.png. Image…
michaelsmith
  • 1,011
  • 1
  • 16
  • 35
0
votes
1 answer

Making a launch screen using SwiftUI

Apple's recommendation is that an app launch screen not be a logo or something artistic, but instead look like a static version of the app's opening screen in order to create the impression of responsiveness. I want to try to do that, but my the…
RyanBDevilled
  • 201
  • 1
  • 2
  • 7
0
votes
1 answer

swift LaunchScreen won't show

My app used assets to show Launch Screen so I've decided to move to a Storyboard, here is the one I've created: and here the config of the project But I keep having black screen
0
votes
1 answer

How to make navigation after Splash Screen

I'm new to iOS. I have a storyboard with a navigation controller as initial view controller: And I need some splash screen as a first screen after Launch screen to determine if user has a subscription or not. Depending on the result, I want to get…
Dima
  • 1,189
  • 1
  • 8
  • 12
0
votes
1 answer

LaunchScreen IOS Xamarin Forms Not Showing

I followed some tutorials on how to display my launch screen on ios. but it is still not showing. what I am missing?. All I see is the default blue…
Pxaml
  • 651
  • 2
  • 12
  • 38
0
votes
0 answers

App freezes on launch screen when on device but works fine on simulator

I went back to an app I had not touched for a couple of months. However when installing and launching it on the device (iPhone X), it freezes on the launch screen. Here is what is displayed in the console : dyld: Library not loaded:…
LEKYSMA
  • 141
  • 10
0
votes
0 answers

Big problem with iOS app in Xcode for Launch Screen Update

As title I have a big problem with my iOS app. I'm working on an update of launch screen of my app and have make several layouts modification. After modification I have launch the app on simulator and on the physical device but it's possible to se…
0
votes
1 answer

How to make sure that launch screen is being displayed

Even after adding Thread.sleep(forTimeInterval: 3.0) to appdelegate.swift which I found in another thread, the launch screen of my app is not being displayed on my physical iPhone. However, in the Xcode simulator, it shows up just fine. Is there…
0
votes
3 answers

Custom animated launch screen using lottie in react native project in xcode for ios only

I am using react native iOS app and I want to animate launch screen or splash screen using lottie. what should be the best way to do it.
0
votes
1 answer

Override light/dark mode launch screen on iOS13

I only need the light mode on my current app. So I have override the interface style with overrideUserInterfaceStyle = .light but launch screen can not be programmatically modified. How could I override the launch screen interface style of a launch…
Andoni Da Silva
  • 1,161
  • 15
  • 31