Questions tagged [default.png]
49 questions
24
votes
3 answers
Not a PNG filCommand copypng emitted errors but did not return a nonzero exit code to indicate failure
I am getting following error while adding images the running the project on iPad.
It worked fine on simulator with all images but on iPad its running but showing no images.
CopyPNGFile…

HDdeveloper
- 4,396
- 6
- 40
- 65
11
votes
6 answers
How to delay Default.png?
How can I delay the app loading to show the splash screen for longer?

Moshe
- 57,511
- 78
- 272
- 425
7
votes
1 answer
Localized Splash screen in iPhone
Is it possible to have different image for different language for Splash screen in iPhone ?

RVN
- 4,157
- 5
- 32
- 35
5
votes
1 answer
Colour shapefile using multiple attributes
library(raster)
admin <- getData('GADM', country='FRA', level=2)
set.seed(123)
id <- data.frame(ID_2 = admin@data$ID_2, day1 = sample(1:20,96,replace = T),
day2 = sample(50:80,96,replace = T),
…

89_Simple
- 3,393
- 3
- 39
- 94
5
votes
2 answers
Why iPad can't hide Status Bar from splash?
Greetings everyone!
I'm curious about what could solve this. I'm working on an universal app, on my iPod Touch and iPhone the status bar hides from the start of the splash image animation. However, on the iPad it only hides until the splash image is…

AlexLive
- 63
- 5
5
votes
1 answer
Can't remove Default.png?
I had been fooling around with an initial splash screen but decided not to use it. But now, although I deleted Default.png from Resources, the splash screen still appears in the Simulator when I start the app.
Default.png isn't in the project…

Matt Winters
- 1,099
- 2
- 12
- 22
5
votes
2 answers
Ad Hoc deployment fails when shipping Default.png images
I'm an experiencing an issue where I can't install an Ad Hoc version of my application via TestFlight. The application downloads, but at the installation step it shows something like "YourApp can't be installed", with the following messages…

MrMage
- 7,282
- 2
- 41
- 71
4
votes
2 answers
Correct colour display of Default.png on iPhone
I'm using the Default.png method to create a splashscreen. I'm using the same file for my background and the Default.png (except default.png has the 20 pixel status bar at the top).
However, the iphone isn't displaying them in them the same. The…

Luke
- 3,665
- 1
- 19
- 39
4
votes
1 answer
Why is iPhone 5 briefly Letterboxing and displaying Default.png in Cocos2d?
I have Default-568@2x.png which loads fine.
However, (on the actual device) after it shows the iPhone 5 then displays Default.png, in letter box mode. It then loads the 1136 × 640 px Title Screen - which is fine and what it's supposed to do.
I'm…

The Learner
- 155
- 11
3
votes
2 answers
On Xcode 4.3.1 4E1019, Launch screen (Default.png, etc) has white line (1 pt tall) at bottom of image on launch
This is odd. I have a Default.png, Default-Landscape.png, Default-Portrait.png and Default@2x.png.
The normal "default screen zoom animation" is where the Default.png zooms from the center of the screen out "into" place. This happens with all apps…

Jann
- 2,214
- 3
- 28
- 45
3
votes
7 answers
IOS Default.png show every time when my app enter foreground from background
I'm new to IOS development.
I set a Default.png file, and it is shown every time when the app enter foreground from background, but I just want Default.png is shown once when the app launch.

Kevin
- 1,147
- 11
- 21
3
votes
1 answer
Default.png is shown below status bar region, want to make it full screen
As asked in the title,
My Default.png is displayed below status bar region.
Status bar area is blacked out.
How can I make the default.png to be shown in true full screen.
edit
It's not duplicate question as the ones linked.
"Status bar is…

eugene
- 39,839
- 68
- 255
- 489
3
votes
4 answers
iPhone OpenGL First Frame Black
My application is openGL based and supports ES 1.1 as well as ES 2.0.
My view controller has a view that is an instance of EAGLView (as per Apple's sample code), which in turn uses different "renderer" objects for either ES 1.1 or 2.0 (pretty much…

ranReloaded
- 33
- 3
3
votes
0 answers
Localized Default-568h@2x.png
In one of my apps, I've created localized Default.png. Works great !
But, in Xcode 4.5.2 (same problem existed in the previous version of the software, I remember), I have a warning : "Retina 4 Support - Missing "Default-568h@2x.png" launch…

CCC
- 41
- 2
3
votes
2 answers
Launch/Spash image does not change with Upgrade
In the next version of my iOS application, I modified the Default.png image. The new image (now localized) is featured prominently throughout the application.
To test the upgrade process on my device, initiate the installation from Xcode on a device…

Eitan
- 1,308
- 3
- 15
- 32