If I am creating a SCNView its fullscreen on iPad simulator, but on iPhone its just a vertical centered frame. The width is correct, but the height is too small. I tried a lot, but nothing has an effect on the size of the SCNView.
What I tried:
- SCNView.init(frame)
- "Presentation" (Fullscreen) on Main.storyboard (Game View Controller)
- different Content Modes (SceneKit View)
Any thoughts?