Here is image first time it was showing black strips at the top and bottom of ios application so to remove that i did some changes in app icons and launch images, this change removed black strips for all devices for iPhone 6, 6 Plus also. But UI for iPhone 6, 6 Plus and iPad Pro is like above image what to do to show it correctly link for image
Asked
Active
Viewed 326 times
0
-
Did you miss one of the images? – werediver May 12 '16 at 12:37
-
could you suggest me sizes for lauchimages? – user6325467 May 12 '16 at 12:51
-
Try reading this article http://useyourloaf.com/blog/creating-scaled-images-with-pdf-vectors/ . You might be able to save some headaches. – Rishab May 12 '16 at 13:18
2 Answers
1
Once you used the LaunchImage and you put a @3x
image, the app will be UI compatible with iPhone6 and 6plus. I guess your XIB and Storyboard are using fixed dimensions to iPhone5 and now your elements are not fitting the new width of the screen.

Luca D'Alberti
- 4,749
- 3
- 25
- 45
-
-
In LaunchImage there is no any image . I just set constraint for LaunchScreen and added launch image in imageview – user6325467 May 12 '16 at 12:31
-
-
0
May be you did not use launce images for iPhone 6, 6+.
Use these 2 images with 'image name and size' as Launchimage from Image.xcassets do likewise this image
Default-iPhone6.png (750x1334)
Default-iPhone6Plus.png (1242x2208)
Note: As you should use launceimages for all devices. So if you don's use 'launceimage' for specific device, you will see blank screen of that device.

Jamil
- 2,977
- 1
- 13
- 23
-
-
if I do not add images on LaunchScreen and if i only create xib or storyboard for LaunchScreen still it's not working properly – user6325467 May 13 '16 at 05:00