Questions tagged [launch-screen]

307 questions
0
votes
0 answers

Trying to add Image background to launchscreen.storyboard; constraint issue?

Currently building an app in swift. I am trying to add a background image behind the Label containing title of my app, on the launchscreen.storyboard But when I launch the sim, I get a blank screen. I have tried setting top, left, bottom and right…
Ronn Weasley
  • 71
  • 1
  • 6
0
votes
1 answer

Android splash screen / launch screen also shows when keyboard is resizing

I have a blue image as splash screen for startup. However inside my app when an open keyboard is closed it shows the background imagine of the splash screen for a brief second which looks very weird. windowSoftInputMode is set…
Ben
  • 2,560
  • 4
  • 29
  • 43
0
votes
2 answers

Launch images xcode issue, Iphone 6s launched app zoomed

When I launch the app through the Xcode in my Iphone 6s, the app is being launched zoomed. The specific app is already on the app store with all the assets and launch images set correctly and everything was working fine. All the resolutions were…
Rafail K.
  • 365
  • 3
  • 14
0
votes
2 answers

Present UIViewController at startup for an animating launch screen in UISplitViewController

I have a UISplitViewController for the rootViewController ! I don't know how to present a UIViewController for the animated launch screen ! In AppDelegate.swift I have: class AppDelegate: UIResponder, UIApplicationDelegate,…
0
votes
2 answers

Launch screen for iOS

I have read a few posts on this topic about making the launch screen last longer, but I want to make it shorter. Currently my launch screen takes 4 seconds before loading the login screen, and the app is not even close to being finished yet. Does…
Alex
  • 19
  • 2
0
votes
1 answer

XCode 7.3 Splash screen Localization

How do i add splash screen for multiple languages that is based on users language of the phone ? That is if the user is danish then a danish splash screen if the user is english then english splash screen. The project that i build is an output from…
user581157
  • 1,327
  • 4
  • 26
  • 64
0
votes
0 answers

Launch Screen Image size in iOS

I found image sizes are not the same in these websites. 1) https://developer.apple.com/ios/human-interface-guidelines/graphics/launch-screen/ and 2) https://github.com/phonegap/phonegap/wiki/App-Splash-Screen-Sizes Nowadays, apple does not use…
May Phyu
  • 895
  • 3
  • 23
  • 47
0
votes
4 answers

How do you change the LaunchScreen Storyboard according to the country/region or default language of device?

I am developing an iOS app. How can vary the Launch Screen according to the user's desired region or the default language of their device? I searched a lot but haven't found much to help me accomplish this.
iNoob
  • 144
  • 1
  • 15
0
votes
0 answers

UIBarButtonItem font in LaunchScreen storyboard

I'm using custom fonts inside my iOS app. Obviously, I want to implement nice GUI correlated with iOS UI Apple Guidelines. I want to use Launch Screen Storyboard with my UI buttons. But I'm using my custom fonts. And I have not found where I can…
Vyacheslav
  • 26,359
  • 19
  • 112
  • 194
0
votes
1 answer

Video as launch screen in IOS Objective C

Video as launch screen in IOS Objective C. Any help appreciated.
0
votes
1 answer

Launch Image not showing up

I'm trying to add a launch image to my app using the LaunchScreen.storyboard, however the image isn't showing up. I added an image view, centered it with constraints and then chose my image from the drop down and it shows up in the storyboard. When…
KissTheCoder
  • 679
  • 6
  • 16
0
votes
0 answers

How to programmatically create Launch Screen through Xcode (without Xib assistance)

I've been trying to figure out how to code up a launch screen that is not in Xib form. Reason being, I cannot for the life of me figure out how to do a decent job with Auto layout and constraint building. Please do not suggest that I pursue that…
0
votes
2 answers

How to have my App open automatically after Launch Screen Video finished?

I want to integrate a video as my launch screen. I found a tutorial on this online, but now my question is: how can I integrate this into my app, in a way that the video will be shown once and then when it's finished, the app opens up…
Jojo
  • 65
  • 1
  • 3
  • 7
0
votes
0 answers

How can I give a UIImageView an animation which moves like floating on water, in loading splash screen?

I have googled this issue with all different kinds of keywords so far but unfortunately I couldn't find what I'm looking for.. In launchScreen.storyboard, I set a UIImageView in the center. I want this one to have an animation, which makes it as if…
Yeongchan Jeon
  • 499
  • 3
  • 18
0
votes
1 answer

Change a launch screen storyboard image based on culture on my Xamarin Forms iOS app

I have followed a number of tutorials on the web to try and make an image on my storyboard launch screen change based on the culture that the iPhone is set to. I can make the text inside the app change so I know the culture is being set correctly,…
Alan Kell
  • 11
  • 5