I am working on a template for an iPhone App and was wondering what dpi resolution is used for it ? 300 or 72 ?
I am not sure and I hope somebody can answer me that question.
thanks in advance
farid
I am working on a template for an iPhone App and was wondering what dpi resolution is used for it ? 300 or 72 ?
I am not sure and I hope somebody can answer me that question.
thanks in advance
farid
Given the difference in the dpi between the iPhone and the simulator, you might want to use the raw pixel values of 480x320 for the iPhone screen.
The iPhone screen has a resolution of 163dpi - use that in your template if you want to be able to print your screen designs at actual size.
The iPhone screen has 163 DPI, but I've found that images at that resolution appear too small in Xcode and Interface Builder. I recommend pretending that the screen has 72 DPI when making bitmap images for the iPhone, but remember that the screen has 163 DPI if you're drawing a ruler.