Quick question.
If designing an image for a UINavigationBar
do I simply design one image 320 x 64 px and then scale accordingly? So:
- 320 x 64 for iPhone
- 640 x 128 for iPhone 4/5 (and add the @2x)
- 960 x 192 for iPhone 6 (and add the @3x)
Something which is confusing me is the various display sizes and how large to make the images:
I've think I've got the display resolutions correct as:
- iPhone 320 x 480
- iPhone 4 as 640 x 960
- iPhone 5 as 640 x 1334
- iPhone 6 as 750 x 1334
- iPhone 6 Plus as 1242 x 2208
If I don't just create one image and scale it up, do I have to create 3 images for each phone?
e.g. iPhone 4:
- 640 x 128 for Standard
- 1280 x 256 for @2x
- 1920 x 384 for @3x.
And then the same for all the other phones?
I'm sure that can't be correct, but somewhat confused about this at the moment.
Thanks in advance for any help.
UINavigationBar
for all the different phones and whether to create 3, or 15 separate images. – Darren