SandeepAggarwal
SandeepAggarwal

Reputation: 1293

UIViewController view not full screen XCode 6

I made a simple app using XCode 6 but something wrong is happening with its view frame.

The frame of the UIViewController's view is not covering full screen and moreover the status bar is also shifted by some distance.Can someone give me any clue?enter image description here

P.S I am testing it on iOS7 device

Upvotes: 3

Views: 962

Answers (2)

mikemm13
mikemm13

Reputation: 81

Exactly, you have to add launch images for every size in order to display the apps correctly in every device

Upvotes: 1

SandeepAggarwal
SandeepAggarwal

Reputation: 1293

I just able to solve the question.

There was a launch image missing for 4 inch -device which was shown as warning in XCode , just clicking over the warning solved the issue.

Upvotes: 4

Related Questions