Parse’s design with black stripes

Asked

Viewed 67 times

0

I’m using the Parse.com project in version 7 of Xcode, however, the app gets a black belt at the top and another at the bottom as shown in the image:

inserir a descrição da imagem aqui

I’m using the Swift version of the project. Would anyone know what that means? I’ve done some research but found nothing.

2 answers

3


I’ve had this same problem, but on a screen that I created myself, the cause of it is the resolution of your "Launch screen". As it is the first screen to be shown in the application, IOS arrow the screen resolution of the device with the same of Launch screen, thus getting these tracks when entering a screen with different resolution.

0

Go to the Images.xcassets file, look for the Launchimage item and make sure that all the images for the devices that will run your app are in this file. Don’t put picture to iPad if your app doesn’t have iPad version.

If it still doesn’t work, click the root of your project, select General and look for App Icons and Launch Images. Make sure your Launchimage is selected in Launch Image Source.

Good luck!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.