Hacker News new | ask | show | jobs
by neilk 4900 days ago
Is it just because you have to have different size copies of graphics, and other such adjustments?
1 comments

It means all your graphics have to be in dimensions divisible by 2, or you have to change how you lay things out if not (and do more work to scale odd dimensions). Even when everything is, graphics can look terrible when you resize naively, depending. Sometimes you have to recreate graphics manually at different dimensions to get better antialiasing and things.
Damn, you really know your stuff, props.

Anyways now you guys all know why I didn't support non-retina devices :)