Questions tagged [launch-screen]
307 questions
0
votes
1 answer
UIApplication shortcut with custom launch screen
I've implemented shortcut support in my iOS app, so you can "force touch" the icon and jump directly to various points.
When you do this, the application's "launch screen" storyboard is briefly shown, and then the target view controller appears.
In…

Benjohn
- 13,228
- 9
- 65
- 127
0
votes
1 answer
Black screen at centre of launch screen iOS
I placed one launch screen xib in my application it has logo in centre. its working pertly in all devices except iPod.In iPod When i switching between Facebook(for authentication) and application i am seeing a blank screen at the middle of the…

naresh
- 627
- 1
- 7
- 28
0
votes
2 answers
Launch Screen in Xcode for Swift
I have created a simple Launch Screen for my app using the LaunchScreen.storyboard (in Xcode 7.1.1). It consists of a label containing a title, a UIView (with mode set to 'Aspect Fit') containing an image of the icon (2000 px x 2000 px) and a label…

mhs5819
- 147
- 3
- 13
0
votes
2 answers
I put a UIimageview in LaunchImage.xib ,but it keep showing the copyright information
I don't know how to use LaunchImage.xib file , I am new here ,because I use the image asset , but recently I need add landscape launch image , but It doesn't work if I use Image Asset , so I have to use the LaunchImage.xib But I never used before ,…

happyzhang187
- 61
- 7
0
votes
1 answer
How to skip blank window during loading while UIPageViewController loads its first VC?
My app load cycle shows the LaunchScreen.StoryBoard VC, but then for a second or two it displays the blank window before it displays the first VC in my UIPageViewController which is ugly UI. Is there a way I can show the LaunchScreen over the…

GarySabo
- 5,806
- 5
- 49
- 124
0
votes
1 answer
Can't set Launch images for universal application
I tried to follow several tutorials, but nothing happened. First of all, I had created new LaunchImage asset and filled it with images:
Then I've chosen this asset in Launch Image Source:
I guess I did enough to make it work, but when I launch my…

Yuri Chukhlib
- 120
- 11
0
votes
1 answer
LaunchScreen working on iOS9 but not on iOS8
I am getting black screen on iOS 8 device.
Launch screen from LaunchScreen.storyboard works fine on iOS9 device.
I am pretty sure you did not need a launch image asset for iOS8 until I upgraded to Xcode 7

Kashif
- 4,642
- 7
- 44
- 97
0
votes
0 answers
How to keep the launch screen up in ios 9?
I have an ios 9 app that I am building. How do I make the launch screen appear everytime the app starts?

cdub
- 24,555
- 57
- 174
- 303
0
votes
2 answers
LaunchScreen & Splash Screen
I started remodeling an app I am working on.
I wanted to change its launch screen image
So I went ahead and replaced the images that are in in LaunchScreen.xib file
The LaunchScreen.xib file launches the new image but leaves a blank white line where…

Lena Bru
- 13,521
- 11
- 61
- 126
0
votes
1 answer
Unable to display the LaunchScreen Image in Swift spritekit app
I'm having the problem with LauchScreen in ios, I've prepared multiple images for the Launch Image Source. Also removed the text and the contents from the LaunchScreen.xib file so that the images will be displayed at runtime, yet, only black screen…

Jennifer
- 1,822
- 2
- 20
- 45
0
votes
4 answers
Can it be possible to use an animating View as launchScreen?
I want to make a launch screen with a animating view so for that i have to use story board or a xib/nib because that is not possible by using Apple's default launchScreen.
But when I going to do this use a xib as launch screen there is anerrorlike…

Subhash Sharma
- 745
- 6
- 24
0
votes
0 answers
Xcode LaunchScreen.storyboard
So I created a LaunchScreen.storyboard for my launch images. Thing is, after I added the storyboard, the buttons on my main.storyboard are altered and smushed together when I run the simulator. My AdMob banner at the bottom also becomes smaller…

user2959094
- 143
- 2
- 9
0
votes
1 answer
Your binary is not optimized for iPhone 5, using launchscreen.xib for iOS 8 target
I have fully completed my application and am at the stage where I would like to submit my application to the appstore. After clicking the archive button and pressing the "submit to appstore" button, I receive the following error message:
Your…

cyrusbehr
- 1,100
- 1
- 12
- 32
0
votes
1 answer
Launch Screen for first time user experience doesn't look right (iOS)
I've implemented a storyboard based splash screen that mimics the default state of my app. Problem is, when the user first launches the app, I take them through a registration flow that looks vastly different than the normal user experience. So…

0xMatthewGroves
- 3,181
- 3
- 26
- 43
0
votes
1 answer
Replace image dynamically on iOS?
I have an image in my project which is of a default human portrait, I show this in the LaunchScreen.xib on application launch.
When the user has signed up in the application I then want to over-write the default human portrait image, the idea being…

IApp
- 667
- 1
- 6
- 18