How can I fit an ARSCNView Object to fit on SafeArea for iPhone X with storyboard?
Select ARSCNView's top constraint (Scene View.top = top
) and then in Size Inspector change a property called Second Item
from Superview to Safe Area.
Now in Document Outline area it reads: Scene View.top = Safe Area.top
.
Constant = 0
This property is an offset.
Then choose View as: iPhone Xs
at the bottom of Xcode:
Hope this helps.