iOS 8 - View is not resizing full screen

1.3k views Asked by At

I have old code using the MainWindow.xib, below iOS 7 everything works fine but in iOS 8 its leaving some bottom area.

Attaching image - enter image description here

Please suggest anyone, how can i fix this.

2

There are 2 answers

2
Sandeep Singh On

I had this problem while ago. Turned out I had deleted the launch screen.

To make it right, add launch screen back by going in general setting of your project and adding your launch xib there.

enter image description here

I hope this fix your problem.

0
HampusZetterberg On

I solved this by adding new Launchimages. Removed my old ones and created a "New Launch Image". Also take a look at your autoresizing in the xib file under the "Size Inspector".