Hi all
I need to help for you.
I made images for retina display like "**@2x.png".
but it can not add to svn like this.
******-no-iMac-2:baz shunter$ svn add retina_images/foo@2x.png
svn: warning: 'retina_images/foo' not found
I ... |
I have a universal iOS app with a custom view that has three buttons, each with an image background that extends to the sides of the screen for each orientation (portrait ... |
The amazing display on the iPhone 4 has made us make higher resolution artwork to take advantage of the new screen.
My question is, what is the better way to apply the ... |
Anybody know how to get iOS to display higher resolution startup image when using ? Currently I'm stuck with 460x380 image which obviously looks horrible when displayed on iPhone 4's ... |
For our iPhone app, we are using 50 x 50 user image (from facebook). It works fine for iPhone 3G and 3GS but not for iPhone 4 due to its high ... |
I have submitted my app which support both regular and retina display edition.
I forgot to put one of regular image file (a.png) but it has (a@2x.png) Retina image.
Is it going to ... |
This has been asked multiple times here, but without a solid and understandable answer. This is a web-app, not a native-app.
I'm using:
<link rel="apple-touch-startup-image" href="images/startup.png" />
to display the startup image. It loads ... |
|
If I append the @2x suffix to my own images, will iOS 4 automatically replace my images with the Retina compatible ones, or does that only apply to Apple defined images? ... |
I have developed an application of tile game for iPhone 3.
In which I took an image from my resource and divided it into number of tiles using CGImageCreateWithImageInRect ( originalImage.CGImage, frame ... |
I have an app that has hundreds of words with 3/4 images for each word.
I have 2 versions of each word one for iOS 3 and one for retina display.
I wish ... |
Possible Duplicate:
How to accommodate for the iPhone 4 screen resolution?
What is the best way to include Retina Display Images on an iPhone app. Are ... |
I am showing a high resolution image in iphone 4 and i set the image view frame size as below :
imageFrameNormal.size.width = 470;
imageFrameNormal.size.height = 625;
but it showing full screen instead of ... |
I know there were some discussions about this but i could not find good answer?
My questions are -
- I know that -
[UIImage imageNamed:@"blabla"]
will automatically search for the correct image to ... |
I have an working application which i have tested in my ipod touch. Everything works pretty fine.
My tabbar icons and splash screen images are in a separate folder in my ... |
In my app I create 2 folders for images "Standard" and "Retina" where I put a lot of images for my app. When I open one of my xib file, Interface ... |
I have 3 short questions, very related:
- How do i detect if the user is using a retina device?
- I want to save an image inside my app in documents, if i detect ...
|
I have a navBar showing an image (320 x 44), but I don't know yet if I have to prepare as well an image double the resolution for retina display?
icons need ... |
In my iPhone app though I'm including high resolution image with naming convention imagename@2x.png
but it is not showing higher resolution images for retina display.
What could be wrong?
Please help and suggest
... |
I have been looking at this forum on this topic for a while now and still don't have a clear picture of how to store images in Core Data successfully for ... |