A typical use case for SpriteKit is where the SKView fills the whole screen.
To do this in Xcode's Interface Builder, first create a normal ViewController, then select the contained view and change its Class from UIView to SKView:
Within the code for the View Controller, in the viewDidLoad metho...