Black bars on top and bottom

Quick question:

When I set the simulator to iPhone 6 in Xojo I get back bars on the top and bottom of the screen. The view does not fill the screen as expected. A canvas I have in the view fills the view, but there is space outside the view.

What am I doing wrong?

-Bob

You need to make sure you include all of the appropriately sized launch images. If you don’t have them made yet you can use the images found in Examples -> iOS -> Launch Images

Yes, you need Launch Images: http://developer.xojo.com/launch-images-and-app-icons

Ah. Not obvious. Will do. Thanks.