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:
- Go to the target’s build settings
- Search for Launch Screen (Generation)
- Turn the value to Yes