Top "Retina-display" questions

Retina display is a trademark used by Apple for displays claimed to have pixel density so high that the eye would not be able to notice pixelation.

Easy way of exporting @2x images for retina display?

I am creating a lot of webviews that must be compatible with both the iPhone 4 retina display and pre-iPhone 4 devices. …

iphone ios4 webview iphone-4 retina-display
Retina display image resolution using media queries

What is the best way to use media queries to both detect a retina display and also specify max-width? I …

css media-queries retina-display
How do NSBundle pathForResource:ofType: and UIImage imageWithContentsOfFile: handle scale and device modifiers?

In my iOS resource folder, I have the images: foo~iphone.png foo@2x~iphone.png foo~ipad.png foo@2…

ios uiimage retina-display nsbundle
html5 canvas game - how to add retina support

I'm creating an HTML5 canvas game for iPhone. I would like to support both retina and non-retina displays. My question …

iphone html html5-canvas retina-display
detect retina (HD) display on the server side

I found many questions about Retina Display, but none of the answers were on the server side. I would like …

php retina-display
iOS app non-retina and retina images concept

I am asking this question just for information and to clear my concepts about images in iOS application (Retina and …

iphone ios retina-display
Convert UIFont to CTFontRef and add italic on Retina display

I have a custom subclass of UILabel which makes custom drawing using CoreText. I used to draw my strings using …

ios core-text retina-display
Saving UIView contents in iOS 4 with real size of the images inside (i.e. scale contentes up for save)

I have an UIView with many UIImageViews as subviews. The app runs on iOS4 and I use images with retina …

iphone uiview ios4 calayer retina-display
App Icon Sizes in Xcode's Assets Catalog

Is the 29pt for the iPhone already in Retina display? Meaning would I have to put 29pt or 58pt? For …

ios image resize icons retina-display
Hi-Res @2x image not being picked up for tab bar item

I have a TabBarController that sets the image for the tab like so, in the -init method: self.tabBarItem.image = […

iphone ios4 retina-display