-1

iOS application (for example: just created from iOS template "Game") won't use fullscreen regardless you use storyboard or create all stuff at runtime. Also it doesn't matter that you changed the "Status bar style" (in project settings) or added any methods in UIViewController - it won't help.

slavik
  • 1,341
  • 2
  • 11
  • 16

1 Answers1

0

iOS application can't use fullscreen without filled "Launch screen file" (in project setting -> General).

enter image description here enter image description here

enter image description here

slavik
  • 1,341
  • 2
  • 11
  • 16