I have a background image in a unified storyboard file for all layout. What is the recommended image resolution, width and height for that image?
Asked
Active
Viewed 63 times
-1
-
I think you need to provide separate @2 and @3 versions for best results. – Sergey Kalinichenko Apr 02 '15 at 16:07
-
Create an image set inside your asset catalog. It will have slots for the image along with @2 and @3 versions. – Sergey Kalinichenko Apr 02 '15 at 16:08
-
And what is the resolution, height and width for each of those (@2x and @3x) – iOSDvlpr Apr 02 '15 at 16:09
-
Here is an answer that provides a nice table: [link](http://stackoverflow.com/a/25783648/335858). – Sergey Kalinichenko Apr 02 '15 at 16:13
1 Answers
0
You need to read about Adaptive Layouts. There is a great tutorial here. It teaches you all you need to know, using different resolution images like @2,@3 resolutions and even making device specific changes.

Shamas S
- 7,507
- 10
- 46
- 58