Xcode Macosx ma rozmiar widoku po zmianie rozmiaru okna

func createSceneContent() {
    scene.scaleMode = .aspectFit
    scene.backgroundColor = .black
    // Add additional scene contents here.  
    ...
}
Glorious Grivet