Questions tagged [default.png]
49 questions
3
votes
5 answers
After launching app, how to fade in from Default.png?
When launching an iOS application, the screen jumps from the Default.png into the interface. For a current project, I'd like to fade in from that Default.png into the app's interface. Is there a good way to do this?

bryanjclark
- 6,247
- 2
- 35
- 68
2
votes
1 answer
iPhone returns to black screen after sleep interrupt during splash screen
I've got a strange bug going on that seems to be OS related : If I give a sleep interrupt to my device while the OS controlled splash screen, Default.png, is displayed, and then immediately wake the device, I get a black screen until…

Ian
- 3,806
- 2
- 20
- 23
2
votes
1 answer
Why do I see double status bars when starting my app?
When starting my iPhone application, I'm seeing both the status bar from Default.png and the OS's built-in status bar, instead of just seeing the OS's status bar. What have I done wrong?

Steven Fisher
- 44,462
- 20
- 138
- 192
2
votes
3 answers
How to add these three files properly?"Default.png, Default-568h@2x.png, Default@2x.png" for universal app for iPhone/iPad?
I added "Default.png, Default-568h@2x.png, Default@2x.png" these three files in my universal project for splash image, I have three diffrent image and the resolution exactly the same as mention in apple docs, for iPad 768 * 1024 , for iphone-4s ->…

Afreen Khan
- 175
- 1
- 4
- 12
2
votes
1 answer
Launch screen via custom url for iPhone 5
According to the Apple docs, I can use different launch images when my app is launched via a custom url scheme. I have been able to implement this for the 3.5" standard and retina images.
I am supposed to…

Ben Packard
- 26,102
- 25
- 102
- 183
2
votes
3 answers
Where is my background image coming from?
Note that I'm new to IOS and Xcode, so this may be a silly question.
I'm working on a large existing app, adding Retina Display support. (xcode 4.5.1)
The apps starts up, does it's logon screen, then displays the "Default.png" as the background for…

CasaDelGato
- 1,263
- 1
- 12
- 29
2
votes
2 answers
iOS version specific Default.png?
Now that iOS 6 has come out and tweaked some control appearances, my Default.png family no longer matches the updated appearances.
If I update the appearance for iOS 6, however, the Default.png family will no longer match iOS 5.
Is there a way to…

Steven Fisher
- 44,462
- 20
- 138
- 192
2
votes
0 answers
Default image displayed briefly on resume under iPhone 5
I'm preparing a new build of my app in Xcode 4.5 to fix some issues introduced with iOS 6, but I'm not yet supporting the new screen resolution. A problem I'm seeing on the iPhone 5 is that when resuming the app, the default image is displayed for a…

Timothy Moose
- 9,895
- 3
- 33
- 44
1
vote
2 answers
iphone/ipad app default.png image trouble
So I'm have a terrible time dealing with my default.png images for my recently created app. This seems like the easiest part of building an app, so my difficulty with it makes me feel extra dumb :P I'm doing a phonegap app, but I don't think that…

Landon
- 4,088
- 3
- 28
- 42
1
vote
4 answers
Is there a way to always use the default.png when returning from background?
In one of my apps when returning from background I get a non consistent behavior:
Sometimes I get the default.png and sometimes I get a snapshot of the last screen which the app was in.
In both cases it takes the UI a good second or two to respond…

Liviu R
- 679
- 8
- 16
1
vote
3 answers
Wrong iPhone launch image displayed when iPhone app is launched on iPad
I have developed a straight iPhone/iPod Touch app.
A launch image is implemented for Retina displays as well as the lower resolution of the former generation devices.
Those images are displayed properly on the iPhone simulator as well as on…

Hermann Klecker
- 14,039
- 5
- 48
- 71
1
vote
1 answer
Cannot find resources folder in xcode 4 (For Default.png)
I have a navigation based app in xcode 4. I am trying to add the required launch image (Default.png), which as per instructions has to be added to the "resources" folder. I cannot find said folder. There is a "Supporting files" folder.
How do I add…

Alede
- 109
- 1
- 6
1
vote
5 answers
The Default.png of size 480x320 in landscape mode in iphone
I am developing an application that is in landscape mode. I have Default.png with size 480x320.
But still when it launches the default image comes in portrait mode not in landscape mode.
However it should come according to the device oreintation.
If…

Ajeet
- 11
- 1
- 2
1
vote
1 answer
Display UIActivityIndicatorView while loading the application
I checked other questions and found none with my doubt.
Is there a way to display an UIActivityIndicatorView "on top" of Default.png while my iPhone application is being loaded?
Thanks in advance.
Camilo @ lx-apps.com/

camilo
- 1,451
- 3
- 20
- 31
1
vote
2 answers
How to modify a .png image with VBScript
I have a need to select a portion of a .png file, with specific cordinators, and delete this area then save the file back with the same name.
I would appreciate if you can help to come up with a VBScript script that can accomplish this task.
It…

Tam
- 11
- 1
- 2