TIL: iOS App not using full height of the screen

TIL: iOS App not using full height of the screen

Problem:
iOS app is not taking the whole height of the screen.

Reason:

“where I removed … the launch screen”
All iOS apps MUST have a launch screen storyboard, even if the rest of the app is done without storyboards.

Solution:

  1. Go to the target’s build settings
  2. Search for Launch Screen (Generation)
  3. Turn the value to Yes
Puran Zhang @puran