ios9 - iOS 9 Xcode 7 - Application appears with black bars on top and bottom -


installed app on iphone 6 ios9 , here happened. notice black bars on top , bottom. works fine on ios8. how can fix it?

i've tried building xcode 6.4 & 7. same result.

(iphone 5 used run iphone 4 apps this)

enter image description here

did migrate app earlier version of xcode? if xcode making assumption screen size , need way of indicating actual screen size @ run time.

there 2 ways:

a) if use launch screen.

you missing launchscreen.storyboard file. create launchscreen.storyboard file , add project.

b) if don't use launch screen.

go target's settings , choose general, app icons , launch images. set "launch screen file" "main.storyboard" (or storyboard if appropriate)


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -