Questions tagged [launch-screen]

307 questions
5
votes
2 answers

Adding launch image using LaunchScreen.storyboard in xamarin.ios

I am working on Xamarin.ios and using visual studio for development. I have added LaunchScreen.Storyboard for displaying launch image as i want to target new iPhoneX device as well. Problem that i am facing currently is, i am not able to see image…
DJB
  • 857
  • 7
  • 15
5
votes
3 answers

Template Image doesn't get tinted on Launch Screen Storyboard

I am setting up my launch screen with storyboard, and I'm using an image that is set to be a PDF template image. My goal is to put this image in a UIImageView and set tint color to it via Interface Builder. This approach works fine if I have such…
HuaTham
  • 7,486
  • 5
  • 31
  • 50
5
votes
3 answers

How to get rid of white space at bottom of Launch Screen on iPhone X

There is a white space at the bottom of the launch screen on iPhone X even though I am using safe area. On interface builder it seems OK: I am using superview for my constraints: Here is the view hierarchy: How can I get rid of it?
Olcay Ertaş
  • 5,987
  • 8
  • 76
  • 112
5
votes
2 answers

Activity indicator in iOS launch screen doesn't animate

Activity indicator in launch screen doesn't animate. How to make it work? I can't do startAnimating() because cannot assign class to launch screen. The checkbox in the attribute inspector does't work as well.
Roei Klein
  • 93
  • 1
  • 3
5
votes
2 answers

Xcode launch image for different targets

I've created different Targets in my Xcode project to version my app for different clients. Each client uses different xcassets, one for each target. This way I can have different images with the same names. So just by selecting the target, the…
CFlux
  • 346
  • 4
  • 9
5
votes
2 answers

Positioning and scaling launch screen image

The image I want to use for my launch screen is tall and narrow. Most of the important content of the image is in the bottom 2/3, so if anything is to get clipped, I'd like it to clip the top. In order to use this as the image on my launch screen…
Craig
  • 3,253
  • 5
  • 29
  • 43
5
votes
1 answer

Disable support for iPad Pro in a Universal app using a Launch Screen

My iOS app has a minimum target of iOS 8, is Universal, and uses a Launch Screen XIB. Is there a way to disable support for iPad Pro, so that it runs the standard iPad resolution up-scaled?
Ric Santos
  • 15,419
  • 6
  • 50
  • 75
4
votes
0 answers

How to change status bar color in launch screen. Swift

Status bar color in my launch screen doesn't change. On other viewController status bar color changes. View controller-based status bar appearance installed on the NO. How can I fix it?
4
votes
1 answer

IOS Launch screen storyboard shows up in different orientation

I have an IOS app built with XCODE 11 which is landscape only(right+left).We are trying to move from Legacy launch images to Story board Launch screen. The issue seems to be that the new launch screen appears as expected in landscape mode but when…
4
votes
2 answers

iOS Launch Screen Storyboard vs Launch Images

So, we have two options: Launch Screen Storyboard Launch Images I found out that 'Launch Screen Storyboard' option is the easiest and most efficient, but if you want rounded edges or borders on certain elements, you are constrained. 'Launch…
Gizmodo
  • 3,151
  • 7
  • 45
  • 92
4
votes
4 answers

Unsuccessful detection of first app launching , how should I do it?

I have an app and a walkthrough screen and I want to display the walkthrough screen if the user's open the app for first time, but I do it wrong. Should I put the code in the AppDelegate or in the ViewDidLoad inside my first screen. Here is the…
Ivan
  • 150
  • 1
  • 6
4
votes
1 answer

Localizing storyboard Launchscreen

Is it possible to localize the Launchscreen in storyboard? I have an image for English and for French, I need to localize them in Launchscreen. Please this is important to solve this issue by any means. If there is any tips or trick, please let me…
Mr.KLD
  • 2,632
  • 2
  • 16
  • 26
4
votes
1 answer

Random Image for Launch Screen

I have 3 different images I'd like to use Launch Screen. I've added a UIImageView in the Launchscreen.storyboard And I was thinking I could use a simple Switch statement with a randomizer to select the image: var random = arc4random_uniform(3)…
Mr Riksson
  • 560
  • 3
  • 10
  • 29
4
votes
1 answer

how to remove(or not use) launch screen storyboard in xcode with swift

i make some app. the app does not using storyboard. only prommatically. also i want to not using launch screen. so, delete launch row in plist. The result is.... top and bottom screen is black space... and start black screen... how to remove launch…
Michael Park
  • 105
  • 1
  • 2
  • 5
4
votes
1 answer

Image does not update when changed if that image is used on LaunchScreen.storyboard

First of all this question has nothing to do with other similar questions on SO because this problem involves using LaunchScreen.storyboard and the solutions presented on SO don't solve this problem. I am using an image inside…
Duck
  • 34,902
  • 47
  • 248
  • 470
1 2
3
20 21