In XCode, I created a new Game Project using SpriteKit and when running in Simulator, all I see is an SKView with a Hello Label. And that SKView I'm afraid occupies only 2/3rd of the screen.
I added a red border to the SKView and it now looks like this How can I make this full screen? I'm a newbie in game programming and this is my first attempt. So your help is greatly appreciated. Thanks