ios - Black bars simulating iPhone 5 - Xcode -


when running iphone 5 simulator 2 black bars appear making resolution of iphone 4(s). question is: how able use full screen resolution? (it creates black bars around app when trying simulate ipad)

now, know questions has been answered multiple times here on stackoverflow, of them give solution of adding default-568h@2x.png launch image. want make use of launchscreen.xib instead of creating seperate launch screen images.

anyone got solution this?

thanks! - merijn

you must use specific launch image take account 4" inches screens... or either way can use specific launch screen autolayout constraint example if don't want add many launch images : http://useyourloaf.com/blog/2014/12/24/using-a-launch-screen-storyboard.html


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -