Questions tagged [launchimage]

a placeholder image that is displayed while an iOS app is loading

A launch image or launch file is a placeholder image that is displayed while an iOS app is loading.

According to the iOS Human Interface Guidelines:

The placeholder image gives users the impression that your app is fast and responsive because it appears instantly and is quickly replaced by the first screen of your app.

A launch image or launch file is required for all iOS apps.

Resources

150 questions
0
votes
0 answers

Can I have 2 Launch Images on xcasset?

I have a Images.xcasset with 2 diferent Launch Images: LaunchImage and LaunchImage2. In the Launch Images Source I choose Launch Images. Then, in AppDelegate inside didFinishLaunchingWithOptions i have the folowing code: splashView= [[UIImageView…
Kepa Santos
  • 557
  • 7
  • 21
0
votes
1 answer

No LaunchImage xcode 7 GM / iOS 9

I have tried all types changes I could do in my project but when I run my app on simulator , I was not able to get LaunchImage . There is no problem in ios icons . I have used Assets.xcassets. In ios 8 / xcode 6.3 i was able to do that easily but…
Sabhay Sardana
  • 876
  • 1
  • 10
  • 27
0
votes
2 answers

XCode 7.0b5: LaunchImage

I found LaunchImage in Images.xcassets. I inserted my png file and it worked fine. Then I updated it and it is not shown again. Only a white screen appeared. I removed it completely, inserted it again. Does not help. The recomendation for portrait…
Peter71
  • 2,180
  • 4
  • 20
  • 33
0
votes
1 answer

Xcode 4.2 keeps stretching my launch image

Whenever I create a launch image .png file and try to implement it in my application xcode 4.2 distorts the image, skewing it horizontally. I've tried resizing it several times in photoshop, but no matter what size the image is it's still…
James Wolfe
  • 340
  • 5
  • 18
0
votes
1 answer

Enabling iPhone 6/6+ native resolution on another XCode target

I have an XCode 6 project and a target where I enabled native resolution for iPhone 6/6+ by adding launch image set and app icon set in asset catalog. It worked fine for the main target but when I made a new target, it still shows scaled version on…
Deepak Sharma
  • 5,577
  • 7
  • 55
  • 131
0
votes
1 answer

Why would you use native iphone 6 resolution in xcode when building your app?

As of yesterday I had an app using mostly static sizes to fit an iphone 5 screen (320 points width). It was working fine in iphone 6 as well thanks to the system scaling up automatically. Then I decided to add a retina hd launch image and everything…
gotye
  • 958
  • 2
  • 14
  • 33
0
votes
2 answers

Images.xcassets in Xcode 6

I am trying to figure out how to use the xcassets folder in Xcode 6 and I have to say Apple could have done a way better job. I'm a big fan of Xcode but their images storage per type of screen / phone is a nightmare. First, in my application I am…
gotye
  • 958
  • 2
  • 14
  • 33
0
votes
2 answers

Unable to add image as Launchscreen which is compatible with all the iPhones

I have added an image to UIImageView in my LaunchScreen.xib file and made it aspect fit the screen of the device. I've added image.png, image@2x.png and image@3x.png but iPhone 4/4s, 5/5s and 6 all are using image@2x.png which leaves borders outside…
enigma
  • 865
  • 9
  • 22
0
votes
1 answer

Can I fade out a launchImage after it disappears?

I use a launchImage set to launch my app, instead of .xib. In AppDelegate.swift I set a NSThread.sleepForTimeInterval(2.0) to delay it, but when launchImage disappears, it doing so immediately. What I would is that my launchImage disappears with a…
Giuseppe
  • 165
  • 2
  • 10
0
votes
2 answers

LaunchImage not running my custom images

I have no idea why my LaunchImage is not running. here are two images that clearly shows that i have done the right thing ( i hope :P )
Timo Cengiz
  • 3,367
  • 4
  • 23
  • 45
0
votes
1 answer

create launch images for uitableview to support older ios

As launch nibs are iOS 8 onwards, what is the best way to create the required images showing a nav embedded tableview - would simulator screen shots be enough? Thanks
0
votes
1 answer

Your binary is not optimized for iPhone 5 xcassets

First thing: i read the other answers to this common problem but they didn't solve my issue, so i'm asking here cause i can't understand why it doesn't work. As you can imagine, my problem is: I'm using xcode 6 and Swift as language. I use…
Giorgio Antonioli
  • 15,771
  • 10
  • 45
  • 70
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
1 answer

Where to put launch images?

This has been an amazingly exasperating and non-transparent process. So far, from this question I have figured out the different dimensions of launch images I needed and that I can safely not use launch xibs / storyboards if I already have the…
temporary_user_name
  • 35,956
  • 47
  • 141
  • 220
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 2 3
9
10