0

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

2 Answers2

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
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