hanleyweng / CoreML-in-ARKit

Simple project to detect objects and display 3D labels above them in AR. This serves as a basic Template for an ARKit project to use CoreML.
MIT License
1.67k stars 216 forks source link

updated Main.storyboard to work with iPhone X #10

Open antonrohr opened 6 years ago

antonrohr commented 6 years ago

Prior to this commit, the "debug" text field was partially obscured by the rounded corner and notch of the iPhone X. This commit constraints the text field with the safe area instead of the whole view to make it clearly visible on all devices.