Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

screen size iOS 9

I just updated Xcode to test my app in iOS 9. My app has size issue on any device bigger than 3.5 inches. It has black gap on the top and bottom of the screen. I'm only using autoresizing in the app, not using autolayout. Does anyone know why? Any help would be appreciated. Thank you.

like image 765
Gincool Avatar asked Aug 23 '15 07:08

Gincool


1 Answers

This issue happened upgrading earlier versions of iOS. Add proper resolution Launch Screen images in your LaunchImage.launchimage in Images.xcassests. This should resolve the problem.

like image 114
5eri4l Avatar answered Oct 04 '22 06:10

5eri4l