0

enter link description herei don't why my view controller is not presenting in full screen.. i don't know what i am doing wrong.. Any one please give some suggestion to fix this issue.. i am running in on iPod 5th generation.. Even if i run in simulator also i am getting same issue..enter image description here

enter image description here

Nithya
  • 1,029
  • 2
  • 14
  • 27

3 Answers3

1

Issue is with the

enter image description here

Tap this will solve issue

Prashant Tukadiya
  • 15,838
  • 4
  • 62
  • 98
0

You are set Launch Screen then check perfect your view because some time issue occur launch screen.

Bhadresh Kathiriya
  • 3,147
  • 2
  • 21
  • 41
-1

Try programmatically setting:

self.view.frame = [[UIScreen mainScreen] bounds]];

In your ViewController main file.

Otherwise, per this question, try creating a LaunchScreen.xib file if you are using a launch screen, or otherwise:

Go to your Target's settings and choose General, then App Icons and Launch Images. Now set "Launch Screen File" to your "main.storyboard" (or another storyboard if appropriate)

Community
  • 1
  • 1
Hersh Bhargava
  • 615
  • 4
  • 19