Questions tagged [launch-screen]

307 questions
309
votes
35 answers

UIImageView missing images in Launch Screen on device

I have an app that supports iOS8 and later, built in Xcode 7 and I am using a XIB for a Launch Screen (I do not have launch images). The view contains a single UILabel with the app version, and 2 UIImageViews with images that are both present in…
MFW
  • 3,101
  • 2
  • 11
  • 3
56
votes
4 answers

Launch Screen Storyboard with centered image iOS

1 - I want to use a LaunchScreen.storyboard in my app 2 - In this launch screen I need to insert a brand image in center of the screen Could anyone help me?
Jhonsore
  • 1,757
  • 1
  • 13
  • 19
54
votes
22 answers

Launch Screen not working on iOS 14 with Xcode 12

I upgraded Xcode to version 12 and tested my app on iOS 14. Now the problem is, that my launch screen is just showing in black. I tested it with an iOS 13.5 device and it is still working as expected. I tried to remove the launchscreen.storyboard…
Sylber
  • 961
  • 1
  • 7
  • 15
44
votes
4 answers

What is the difference between launchscreen.storyboard and main.storyboard

I googled the two word together but could not find anything. I have never used it. Is there any necessity for it although we have main.storyboard.
Rishab
  • 1,901
  • 2
  • 18
  • 34
40
votes
6 answers

Launch Screen Image Stretches in SwiftUI

I'm hoping I can get some help explaining why this is happening. I have been working on switching my app I've been learning / building from UIKit to SwitfUI since this seems to be the future... plus it's fun to learn. I've got my plist setup with…
Jason Brady
  • 1,560
  • 1
  • 17
  • 40
39
votes
20 answers

iOS Xcode LaunchScreen Storyboard not displaying

I'm trying to use Xcode's LaunchScreen storyboard as my launch screen? All the questions that have previously been asked about this refer back to the old launch image or .xib method - trying to do it now with the new LaunchScreen storyboard that…
A. Vin
  • 865
  • 1
  • 6
  • 19
21
votes
6 answers

iOS: how to delay the launch screen?

When launch an app, the LaunchScreen.xib is removed as soon as all the assets are initialized. I want to make the launch screen stay for at least 1 sec. Is there a way to achieve this? Thank you!
ishahak
  • 6,585
  • 5
  • 38
  • 56
19
votes
3 answers

iOS: Launch image gets wrinkled in the center during a call/recording/hot-spot session

I use a set of launch images for my app and noticed that when I'm having a call, recording a voice note or sharing my Internet connection and put that activity in the background and launch my app, the launch screen is wrinkled in the center. Is…
toobiz
  • 263
  • 3
  • 12
15
votes
0 answers

SwiftUI Launchscreen not showing

I'm just starting out with Swift and SwiftUI, so I'm a total beginner. My SwiftUI project came with a LaunchScreen.storyboard which I thought would be nice to use, but I have no idea how. The app loads the initial ContentView.swift, even though I…
wildfang
  • 315
  • 4
  • 9
15
votes
1 answer

Launch screen.storyboard for Portrait and Landscape vs split screen

I have to implement split screen functionality for the new iPad and I got a workaround from Apple's doc to support the same in my app:…
Paresh Thakor
  • 1,795
  • 2
  • 27
  • 47
14
votes
2 answers

How to set linear gradient to background of LaunchScreen.xib in iOS

Is there any way to set linear gradient to background of LaunchScreen.xib in iOS? Something like background="linear-gradient(#000000, #123456)"?
Vesmy
  • 1,190
  • 4
  • 15
  • 29
14
votes
1 answer

iOS 10 Launch Screen Bug

My Device and Simulator seem to be caching the launch screen for my app! I have deleted the original Launch Screen.storyboard and created my own XIB and swift files called "StartingPointView.xib" and "StartingPointView.Swift". The XIB file contains…
Reza
  • 301
  • 3
  • 8
14
votes
1 answer

Debugging the launch screen

I am getting ready to submit an app to the store and one of the last things I have to do is make certain that the launch screen looks decent different devices, which in my case is all extant versions of iOS running on iphones. The problem is both…
12
votes
5 answers

Black iOS launch screen instead of white

I have an issue with changing background color of launch screen on iOS. When I open the app for the first time it loads a white page before the black viewcontroller appears. How can I change the white launch screen to a black one? Below is my app…
Kodr.F
  • 13,932
  • 13
  • 46
  • 91
11
votes
3 answers

iOS Disabling Landscape LaunchScreen.storyboard

I have an LaunchScreen.storybaord that shows a logo (textual so it is orientation agnostic). The app starts always in portrait, but it has certain view controllers that allow landscape mode (so making the app portrait only is not an option). What I…
sofacoder
  • 664
  • 6
  • 19
1
2 3
20 21