Questions tagged [uilaunchimagefile]
19 questions
8
votes
2 answers
IOS: launch image multiple language
I have a multiple language app.
My problem is launch image, what's the way to use a launch image according to language of device. Is there something in info.plist file?

cyclingIsBetter
- 17,447
- 50
- 156
- 241
6
votes
3 answers
iOS Launch Image for when Call is in Progress
I know Apple's app and a few third party apps have a modified launch image for when a call is in progress. The typical launch image is either 320x480(full screen) or 320x460(minus status bar), however how do you have an additional launch image for…

michaellindahl
- 2,012
- 5
- 36
- 64
5
votes
2 answers
Query launch image at runtime
I'd like to have a nice start of my app by fading from the splash screen (UILaunchImageFile) into the main screen. Easy thing, I thought, just show an UIImageView with the splash screen as the very first view and then make a transition…

DarkDust
- 90,870
- 19
- 190
- 224
3
votes
1 answer
Launch image for custom url - storyboard or asset catalog
I'm trying to have a custom launch image when a custom url launches the app. Is there a way to specify either a custom storyboard (UILaunchStoryboardName) or image from the asset catalog to use in this scenario?

livings124
- 1,103
- 1
- 10
- 23
3
votes
1 answer
Single image as launch image for iOS 6 and iOS 7 in iPad
For iPhone app which support iOS 6 and iOS 7, we can use single image as launch image for both os versions. But in iPad, iOS 6 version launch image size should be 1024x748 and iOS 7 version launch image size should be 1024x768. Due to separate…

Srinivas
- 315
- 3
- 18
3
votes
1 answer
iPod4 (iOS6) shows wrong iPhone5 launch image
To my iPhones app's XCode project I have added the following launch images:
Default~iphone.png
Default~iphone@2x.png
Default~iphone-568h@2x.png
On the iPhone4, iPhone4s and iPhone5 the correct launch image is shown.
Also XCode's project summary…

Awsed
- 9,094
- 5
- 26
- 25
2
votes
0 answers
iOS UILaunchImageFile: some 4-inch-screen users see black borders
Some of my users seem to consistently see a clipped screen when running my app on their 4-inch devices. It may be limited to iPod Touch 5g users, and seems to occur on iOS6 and iOS7 (I am still investigating). I have what I think is a simple and…

jd.
- 1,142
- 8
- 14
2
votes
1 answer
Two status bars at iPhone app startup
This makes no sense, but suddenly one of the iPhone (iOS 5.0 target) apps I'm developing starts up with two (2) statusbars! Furthermore it's not always, only with some installs with some people.
This is the only related question I could find: Why do…

JOM
- 8,139
- 6
- 78
- 111
2
votes
1 answer
how does iOS scale up a non fullscreen launch image to show it as a fullscreen launch image
iOS guidelines ask us to package 768 x 1004 (portrait launch image) or 1024 x 748 (landscape launch image) sized launch images for iPad irrespective of the fact whether the app is fullscreen or not. However if we intend to extend the duration of our…

Varun Bhatia
- 4,326
- 32
- 46
1
vote
0 answers
Launch image for iPad app seems to incorrectly show for every screen
I have set the launch image for my app to look like the initial screen. My app is a multi-screen/multi-view application that mostly takes place in a UINavigationController. But every screen can look very different, so there isn't really much…

jwj
- 528
- 3
- 13
1
vote
3 answers
Launch Image on iPad only in PortraitMode (Only device)
I wrote an iPad app and I'm using two different images as launch images.
The iOS simulator shows the proper image during startup but the device always uses the portrait image. I have the right file size (Xcode does NOT give me any warnings)!
I'm…

jules
- 840
- 6
- 14
1
vote
1 answer
iOS 4.2 Default.png loads then 1 sec of solid gray then my UIWebView appears
How do I make my app seamless from the default.png to my App? Should I load it somewhere else? FYI I only have an iPod Touch 2nd Gen for testing running 4.2.1(8C148) The 4.2 simulator does the same thing. 4.3 simulator works fine.
-…

user864465
- 83
- 1
- 8
1
vote
0 answers
Portrait and Landscape launch images for iPhone 6/7/8+ and X
I'm trying to support Portrait and Landscape launch images for iPhone 6/7/8+ and X. However, when launching in Portrait mode, I get the Landscape launch image instead. It works fine in Landscape mode. Below is my info.plist file and the files in my…

fnllc
- 3,047
- 4
- 25
- 42
1
vote
0 answers
Image.asset causes app size increased
I'm using a launch image for iPad Landscape named "Default-Landscape" which is 5.4 MB in size. My app is an universal app and supported from iOS 5, so I have to assign Launch for "iPad Landscape iOS7" and "iPad Landscape iOS5 and iOS6".
When doing…

Srinivas
- 315
- 3
- 18
0
votes
1 answer
iOS 10 Xcode 7.3.1 - iPhone5S - Black bars on top and bottom
I have given LaunchImage with the required images. And given the Launch Image Source as LaunchImage
Now, everything is working fine only issue is in iPhone5S - iOS10, i built the application in XCode7.3.1
Someone please help me.Attached is the…
user2474640