Questions tagged [launch-screen]

307 questions
2
votes
2 answers

How to configure UIImageView on the launch screen view with relative value through storyboard?

Today I have a task with adjusting the center.y of the image view relative to 0.4 of the launch screen height. As you know, it cannot be customized with view controllers because the launch screen is independent. This is why I am setting up the image…
sn.sasza
  • 23
  • 2
2
votes
0 answers

launch screen cannot be changed with Delphi 10.4.2 for iOS iPhone APP

I am developing an iOS APP by Delphi 10.4.2. The PAserver 12.2.10.3 on BigSur. I can modify the icons by my own pictures, but the launchscreen picture is always the Delphi torch. I checked the deploy file list, as shown in the fig. It seems no…
Haizhou
  • 127
  • 7
2
votes
3 answers

iOS: Can we use different launch screen storyboard for different schema in iOS Application

I have 2 schemas in my application: App_Scheme1 App_Scheme2 enter image description here I want to use separate launch screen storyboards for them. Could you please let me know if it is possible? I have searched regarding this and I found it is…
2
votes
0 answers

React Native - stuck on launch screen ios simulator

I tested my app on iOS simulator, the build was fine but while running the app, it gets stuck in the LaunchScreen and the following errors are shown in the console. > Task .<3> finished with error > [-1003]…
varsha94
  • 249
  • 1
  • 6
  • 22
2
votes
3 answers

PDF vector image in Launch Screen, not scaling properly on device

I am using storyboard for my Launch Screen. I have an UIImageView and a UILabel in my Launch Screen. For the UIImageView's image, I am using a .pdf image that is located in Assets.xcassets. The default size of my image is 25x25 px but since it is a…
AW5
  • 406
  • 3
  • 12
2
votes
0 answers

Launch Screen storyboard migration issue

I have an app built in Objective C which uses Launch Screen Image Set as a splash screen. According to recent Apple's new Guidelines Apps for iPhone or iPad must be built with the iOS 13 SDK or later and use an Xcode storyboard to provide the app’s…
Khadija Daruwala
  • 1,185
  • 3
  • 25
  • 54
2
votes
1 answer

Xcode 11.4.1 - Loading a LaunchScreen Image from Assets Folder

I just would like to set a LaunchScreen image using an image from the Assets.xcassets file. In Assets.xcassets, I'm adding a "New iOS Launch Image", and provide the image in PNG. In Project > General > App Icons and Launch Images, I have the…
itsafox
  • 71
  • 2
  • 5
2
votes
3 answers

Rescale UIImageView proprtionally in Launch Screen Storyboard

I have a UIImageView that needs to be centered and have a width that's equal to the screen width and some height that grows proportionally with the width. So for instance, for the iPhoneXR I have: And on the iPad 9.7 it would be: So basically the…
NSMoron
  • 141
  • 1
  • 10
2
votes
0 answers

launch screen for UIDocumentBrowserViewController (dark appearance)

I'm using a UIDocumentBrowserViewController as my initial screen with browserUserInterfaceStyle = .dark. How can I construct a matching LaunchScreen.storyboard? I'm trying to follow the HIG:…
Taylor
  • 5,871
  • 2
  • 30
  • 64
2
votes
1 answer

React Native iOS stuck on LaunchScreen

I test my app on the iOS simulator without a problem, on Android everything is fine, but when I download the app on the iPhone, it doesn't work. It gets stuck in the LaunchScreen and suddenly closes after about 10 seconds. I have no clue why. I…
2
votes
1 answer

Hide status bar in Launch Screen

By default the launch screen provides a status bar. Is it possible to hide the status bar in launch screen like a Twitter app ( iOS ).
Mannopson
  • 2,634
  • 1
  • 16
  • 32
2
votes
2 answers

localized launchScreen.storyboard in XCode 8 are not responding to device language change

I'm trying to have the launchScreen.storyboard to change according to the language of the device. I made storyboards with each one having a different background color for UIImageView at the top see sample... these storyboards are localized versions…
DeyaEldeen
  • 10,847
  • 10
  • 42
  • 75
2
votes
0 answers

generate ios 10 universal app splash screen sizes and filenames, iPhone SE

I am making an iOS 10 ONLY Universal App. Being a developer with poor image-handling skills, it has become too troublesome to generate the splash screen images for me. I guess that's some work for the "designers". Nevertheless, i have to do it and I…
computingfreak
  • 4,939
  • 1
  • 34
  • 51
2
votes
1 answer

iOS app gets stuck on Launch Image on iOs 10.3

I'm having this issue with my app (Swift + Objective C) on devices running iOS 10.3 and up. The app shows the Launch Image, but it doesn't show anything related to the MainStoryboard. Also, I see some activity in the log, indicating that the other…
2
votes
1 answer

UIImageView doesn't show up in LaunchScreen.xib

I have an image set in my asset catalog and I have it set for my UIImageView in my launch screen xib. I know the launch screen shows up because it has a label that is showing when I launch the app on my device. I can see the Image and the label in…
user3832583
  • 371
  • 4
  • 19