-5

How can I remove the white bar at the bottom of my mobile app? I've tried the solution of adding a Launch screen in the Launch screen file but that didn't work. I've attached an image. Just for a bit of context, I'm using a PageViewController to slide between 3 pages. Any help appreciated.

Mobile app image

Caleb Kleveter
  • 11,170
  • 8
  • 62
  • 92

2 Answers2

1

It looks like you add static size view on the iPhone 6 screen in xcode UI constructor but launch it on the iPhone 6s Plus (with bigger screen). To scale this view properly you should turn on Use Auto Layout in the Utilities bar and add constraints to the view enter image description here

0

Make sure that the blue-colored view is properly constrained to the bottom of its superview.

Alex Wulff
  • 2,039
  • 3
  • 18
  • 29