Questions tagged [launch-screen]

307 questions
0
votes
2 answers

Possible to have different behavior for landscape orientation in launch screen storyboard?

In my Launch Screen.storyboard, I have a UIImageView named LaunchScreenIcon that scales proportionally to the width of the screen by setting the LaunchScreenIcon.width = width constraint. Is it somehow possible to change the behavior for landscape…
NSMoron
  • 141
  • 1
  • 10
0
votes
1 answer

Xamarin LaunchImage not listed as a source in ImageView properties

I'm working on a mobile app for iOS/Android. I'm using Visual Studio Community for Mac version 8.1.5, and the project was initially created as a new Tabbed Forms Xamarin App. When the new project was created, the Assets.xcassets "folder" already…
danwellman
  • 9,068
  • 8
  • 60
  • 88
0
votes
0 answers

How to make Launch Screen only portrait not support other orientations

I need set launch screen only portrait but in other view controller that can support all orientation.Firstly, I try this method: IOS 8 iPad make only Launch Screen portrait only but it can't make other view controllers that support all…
0
votes
1 answer

Is there a way to use non-breaking spaces in a UILabel in a launch screen?

I would like to ensure that names in a multi-line copyright string on the launch screen do not get split by line breaks on different devices. Inside a view controller with a UILabel outlet textLabel, the escape sequence "\u{00a0}" works…
Nick
  • 4,820
  • 18
  • 31
  • 47
0
votes
1 answer

iOS Launch Screen Ignore Smart Invert

We have the accessibility option accessibilityIgnoresInvertColors if we would like our view to ignore the effect of the Smart Invert of iOS 11. But what about the LaunchScreen? How do I make it to ignore Smart Invert? (FYI: App is made for low…
Dombi Bence
  • 746
  • 7
  • 23
0
votes
3 answers

Launch Storyboard not found - Xcode 10 uploading to app store

I'm getting the error 'Launch Storyboard not found' in Xcode 10 when trying to upload the Archive to TestFlight. I added LaunchScreen to the Info Plist and added it directly to the main project folder. One thing I noticed is that the main Target of…
Max Nachamkin
  • 77
  • 1
  • 1
  • 13
0
votes
1 answer

Why does my iOS App launch screen disappears while loading and then reappears?

I have a launch screen equal to a RootViewController I created for loading purposes. What happens is that if I kill the app, and then reopen it, it goes like this: Launch Screen appears. Launch Screen disappears and I can see my main view for a…
0
votes
0 answers

LaunchScreen image for all iPhone screen ratio

I am stuck with a minor problem (which according to our testers is an issue), that is, the image provided for LaunchScreen gets cropped in iPhone X,* models. I have been trying to render the image itself on storyboard from Attributes Inspector but…
user10065208
0
votes
1 answer

How To set Launch Images for Universal app

I'm using Xcode 10.1 and my app is a universal app. I'm having a design issue when loading the launch images using the assets i.e. it showing some black screen background in iPad Pro 11 inch and iPad pro 12.9 (3rd generation) devices other than that…
Ramakrishna
  • 712
  • 8
  • 26
0
votes
2 answers

How to set a full screen size image as a launch screen in iOS?

So I need to set an image to a launch screen, it isn't just an icon with a background color, that most docs describe how to manipulate it. it is a full size image like this one. I want it to look the same on every iOS device (iPhone & iPad). But…
mshwf
  • 7,009
  • 12
  • 59
  • 133
0
votes
0 answers

Center the launch and login screen logo image

I am trying to center the same logo for the launch screen and login screen, one a bitmap and one an ImageView respectively, the images are slightly off from one another Here is the bitmap XML snippet:
0
votes
1 answer

Xcode: Launch screens may not set custom classnames when is assign to view controller

I'm trying to implement an animation before I load the application. I thought I can do it in the LaunchScreen.storyboard but when assign the viewcontroller in the LaunchScreen.storyboard to a viewcontroller class I get this error: Illegal…
user2924482
  • 8,380
  • 23
  • 89
  • 173
0
votes
2 answers

Should I add launchscreens to my app?

I'm making app for android and iOS with my team for a company the app is small its to get prices and delivery locations and the app has 4 activities/view controllers So should we add a launch screen to our app? I have heard launch screens are to be…
Helosy
  • 339
  • 1
  • 6
  • 14
0
votes
0 answers

How to replace images from IPA file

I have build my app and I got the IPA file but I want to change the launch image from the IPA file. I tried to extract the IPA file by remaining it to zip and inside the .app file I changed few images but it seems that those where signed or marked…
Maddy467
  • 1
  • 2
0
votes
0 answers

Target-specific values in interface builder

I have two targets and I want to use one launch screen storyboard for them but I need to use different constraint multipliers for my logo image in those targets. Since it's a launch screen, I cannot change the multiplier value programmatically. Is…