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.
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-displayWhat is the best way to use media queries to both detect a retina display and also specify max-width? I …
css media-queries retina-displayIn my iOS resource folder, I have the images: foo~iphone.png foo@2x~iphone.png foo~ipad.png foo@2…
ios uiimage retina-display nsbundleI'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-displayI found many questions about Retina Display, but none of the answers were on the server side. I would like …
php retina-displayI am asking this question just for information and to clear my concepts about images in iOS application (Retina and …
iphone ios retina-displayI have a custom subclass of UILabel which makes custom drawing using CoreText. I used to draw my strings using …
ios core-text retina-displayI have an UIView with many UIImageViews as subviews. The app runs on iOS4 and I use images with retina …
iphone uiview ios4 calayer retina-displayIs the 29pt for the iPhone already in Retina display? Meaning would I have to put 29pt or 58pt? For …
ios image resize icons retina-displayI have a TabBarController that sets the image for the tab like so, in the -init method: self.tabBarItem.image = […
iphone ios4 retina-display