Search code examples
iosswiftios-simulator

How to delete the default top and bottom bar?


I want to to delete the top and bottom bar so that my app really uses the full screen. How do I do that?

iphone simulation


Solution

  • Set your green View constraints to be with respect to the Super View instead of the Safe Area, and the white areas will disappear.