xcode macOSX tiene un cambio de tamaño de vista cuando cambia el tamaño de la ventana

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