Questions tagged [launch-screen]

307 questions
0
votes
0 answers

How make Splash Screen/LaunchScreen to show once?

I am having a weird behavior with the Launch Screen after I login with Facebook. (Already updated to the new SDK 4/19/2015). Every time that the user returns to the main page from Facebook login (whether it's successful or not) ... the application's…
TheRealRonDez
  • 2,807
  • 2
  • 30
  • 40
0
votes
0 answers

iOS 8 Launch Screen Lifecycle Event

Is there an event that is triggered or a function that is called when the launch screen is about to removed for the main storyboard? I want to animate a transition between the two (which I can do on the main storyboard but would prefer to do it on…
clicky
  • 865
  • 2
  • 14
  • 31
0
votes
2 answers

Launch Screen Without image set in iOS 7.0

I have a Launch Screen where I set an UIImageView inside the xib and add constraints for prevent the distortion of the image. In all iOS 8 devices (iphone 4s, iphone 5c, 5s, iphone 6, and 6Plus, and iPads) show correctly, but in iOS 7.1 - 7.2…
PlugInBoy
  • 979
  • 3
  • 13
  • 25
0
votes
5 answers

Not able to set Launch Image in iOS

I am a newbie in iOS. I want to set Launch Image in my app. And I'm using Asset Catalog. And I know I have to drag and drop the image to the boxes that shows up when I'm using Asset Catalog. But a weird thing which is happening at that time is when…
Rahul Sonvane
  • 3,737
  • 7
  • 18
  • 21
0
votes
2 answers

How to make a screen show only on initial launch

I'm trying to make the intro screens for my app - namely the terms of service screen that all users have to agree to the 1st time they download and run the app. obviously, once the users agree, i dont want to show them it again every time they log…
sterling archer
  • 334
  • 3
  • 16
0
votes
1 answer

Launch Screen Showing Out of Proportion

I am using Xcode 6 and working with having my launch screen showing up on all different types of iDevices including iPad, iPhone 4, 5, 6. When it launches though it shows the writing and copy-write half off the screen for some reason and I was…
-1
votes
0 answers

Launch Screen isn't appearing - Swift, Xcode

My launch screen isn't appearing on the Xcode simulator. My launch screen is called 'Launch.storyboard', and I've selected it for my launch screen file as seen in the picture below: I've also ensured that the file is to be used as the launch…
Sutton
  • 53
  • 3
-1
votes
1 answer

How to make launchScreen background color changing dynamically?

What I have OK, I have an App with multi Theme feature.. every time the user will chose his favorite theme... the BKG color will be stored in the userDefault What I want I want to pass this chosed color immediately to the launchScreen ((before the…
Let.Simoo
  • 93
  • 9
-1
votes
3 answers

How to show an alert view on the top of the launch screen in iOS?

I am using LaunchScreen.storyboard for showing the splash screen which is just a static image. Now the problem is i want to show an alert on the top of this splash screen if a particular condition is not met . For this i did the following code . But…
user16780334
  • 422
  • 5
  • 20
-1
votes
1 answer

LaunchScreen.storyboard is not showing

I started a single view app project on Xcode 12.5 and failed to locate the LaunchScreen.storyboard on the nevigation section. Where am I suppose to find it? Thanks.
Esther
  • 29
  • 4
-1
votes
1 answer

UIWindow rendering using LaunchScreen image vs LaunchScreen story board

After the migration request that Apple has been requesting since this summer. I have successfully implemented the use of LaunchScreen with storyboard. But this is not without consequences. It has an impact on the displayed UI. I was wondering if it…
-1
votes
1 answer

Swift - splash screen / Launch Screen

This might be a silly question. I am trying to add launch screen to my app. In Xcode (11.3),I added the imageview in "LaunchScreen.storyboard" and added the image, when i run it in simulator, i notice the top and bottom of screen has default white…
Sujesh Surya
  • 143
  • 1
  • 1
  • 12
-1
votes
1 answer

Launch Screen after programmatically coding app

I've been programmatically coding an app and I suddenly decided to do some work on the Launch Screen, I haven't touched it since I created the project file and I've tried adding a UILabel text as well as UIImageView (both respectively with…
syds
  • 322
  • 3
  • 12
-1
votes
1 answer

`iOS 13.1.3 update` - Got a black screen right after launch screen

When i run my app using xCode 11 Swift 5 on a device that have installed latest update i.e 13.1.3 its become empty a pure black screen following launch screen. There is nothing in debug hierarchy but view controller is working fine viewDidLoad()…
ShoBee
  • 61
  • 6
-1
votes
1 answer

Use a different launch screen for the first launch of an app

My current launch screen is exactly the same as what you see when the app loads (as recommended by Apple). However, the first time a user launches the app a video plays immediately following the launch screen - and the two are not identical at all.…
Drew
  • 19
  • 4
1 2 3
20
21