Questions tagged [retina-display]

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. The term is used for several models of the iPod touch, iPhone, iPad, and MacBook Pro.

Retina Display is a brand name used by Apple for liquid crystal displays that have a pixel density high enough that the human eye is unable to discern individual pixels at a typical viewing distance. The term is used for several Apple products, including the iPhone, iPod Touch, iPad, MacBook Pro, iPad Mini, and iPad Air. Because the typical viewing distance is different, depending on each device's use, the pixels per inch claimed to be of Retina quality can differ, depending on the size of the display, with higher PPI for smaller displays and lower PPI for larger displays: 326 PPI for the smallest devices (iPhone, iPod Touch, and iPad Mini with Retina display), 264 PPI for mid-sized devices (iPad third generation and onwards, including iPad Air), and 220 PPI for larger devices (MacBook Pro). While not currently common, many other manufacturers' displays have similar PPI density. When an Apple product has a Retina Display, each user interface widget is doubled in width and height to compensate for the smaller pixels. Apple calls this mode HiDPI mode. Apple has applied to register the term "Retina" as a trademark in regard to computers and mobile devices with the United States Patent and Trademark Office, Canadian Intellectual Property Office, and in Jamaica.On November 27, 2012 the US Patent and Trademark office approved Apple's application and "Retina" is now a registered trademark for computer equipment.

Source: Wikipedia (Retina Display)

1188 questions
-1
votes
1 answer

Literal values in CGRectMake and retina

if I have this line of code in my app will IOS do an automatic translation to retina? so: self.cellView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 1024, 768)]; would automatically become on iPad3: self.cellView = [[UIView alloc]…
user7865437
  • 812
  • 14
  • 28
-1
votes
2 answers

User interface in iOS. Sizes of elements for iphone with retina?

I need something like this But I have found nothing similar to this one for iphone with retina display
Gargo
  • 704
  • 6
  • 16
-1
votes
2 answers

Does GIF image scaling supported by iPhone Retina device?

I have abc.gif Image with single frame which i have created in MSPaint. I have also kept abc@2x.gif image with single frame. But my gif image is not getting scaled properly in iPhone Retina device and simulator. Is there any issue with this?? I…
DShah
  • 9,768
  • 11
  • 71
  • 127
-1
votes
1 answer

How to make my app support retina display

I am Developing an ipad app and would like to support the new retina display. What do i need to do in order to make my app retina support? Thanks
Eran
  • 1,628
  • 16
  • 31
-2
votes
1 answer

iOS image assets and App Store approval

I have my iOS app where I don't have a different image for different resolutions. for example let's say we have backbutton. I have a image for 1x but not for 2x and 3x but when i run it on devices I don't get any problem with that. xcode image…
-2
votes
1 answer

iPad retina screen recording

Two parts: Correct me if I'm wrong, but there isn't a standard video file format that holds 2048 x 1536 frames? (i.e. recording the full resolution of the iPad retina is impossible?) My app uses a glReadPixels call to record the screen, and appends…
-2
votes
1 answer

iPhone 4-inch screens - must they now be supported?

When developing an app for the iOS platform - if I want my app to only support the iPhone 3.5inch screen (i.e. not the iPhone 5) - and have letterboxing appear on the iPhone 5 when run, I can see how this is done through Xcode, by deleting the…
user1309044
  • 317
  • 3
  • 13
-2
votes
2 answers

How I add retina images to my app? Do I just add like "@2x"?

I Have an app full of images, but when you run it on retina displays it gets pixelized, I have the same images with double resolution, but I don't know ho to add them to my project...
user1525984
-2
votes
1 answer

Is there way that iOS 6 will determine images created for itself?

Normally for Standard and Retina display we create two images Image.png and Image@2x.png and iOS detemines which one to use based on device in the app. Now, with iPhone5 we have new resolution, so is there any new way to use same method and diplay…
slonkar
  • 4,055
  • 8
  • 39
  • 63
-2
votes
3 answers

How to develop a website for retina display?

I have to develop a responsive website with 4 designs [desktop, mobile, tablet and retina display]. First three are fine and can be done but retina display in a new thing. So it will be very helpful if any one can share the correct way to develop…
Mandeep Pasbola
  • 2,631
  • 2
  • 26
  • 50
-2
votes
6 answers

Images for Retina-Display-iPhone Versus Normal iPhone

I would like to have images for my UIButtons, screen background etc in my iPhone app. Will it work for both Retina display and normal display if I have ButtonImage.png and ButtonImage@2x.png Background.png and Background@2x.png OR, should I do…
Chandu
  • 630
  • 2
  • 8
  • 18
-3
votes
1 answer

Hardware Question: Tiny Fonts on 4k External Monitor Used with MacBook?

I got a 27" 4k monitor to use with my 16" Retina Display MacBook. Fonts in the Finder and in most apps are tiny. In many cases they can be set to larger font sizes in the app or Finder settings -- but not in all cases. E.g. the fonts in the Finder…
VikR
  • 4,818
  • 8
  • 51
  • 96
-3
votes
1 answer

OpenTK: Detect display's DPI

I want to use different scaling for my game if it's running on a Retina display. How do I detect display's DPI with OpenTK/C#?
SurvivalMachine
  • 7,946
  • 15
  • 57
  • 87
-3
votes
1 answer

My app working fine for Retina 4 inch display, problems with the 3.5 inch display

My iphone app is working fine for a 4-inch display, however it dose not display correctly to 3.5 inch display. As I am a new user, I can not upload images to this question. What happens is, when i view it on a 3.5" display. all the text boxes…
Don Hesh
  • 17
  • 3
-4
votes
3 answers

Apple new announcement

Please help I am an iOS developer and just have announced about Apple's new motivation about retina displays. When you create or update your apps in iTunes Connect, you must upload screenshots that are high-resolution. We require your screenshots as…
TreeStar
  • 52
  • 4
1 2 3
79
80