From the course: AR for iOS Developers: RealityKit and Reality Composer

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Project setup

Project setup - iOS Tutorial

From the course: AR for iOS Developers: RealityKit and Reality Composer

Start my 1-month free trial

Project setup

- [Instructor] To save us some time, I've already prepared a project for you that you will find in your exercise files. This is going to help us create our Planet Detect application and I really just did some things that saves us time and I'd like to walk you through all the changes that I've made to the standard augmented reality template, which uses reality kit as a content technology. So what I did here in the main storyboard file with our view controller is actually just adding a visual effects view at the very bottom of our view controller. This makes it possible to blur the background a little bit and make the text in our label a lot more legible. In addition to that, I have added an info button in the top right corner, which we are going to use to display the mass information later on. You've already seen that in the demonstration in the last video. Asides from that, we have this label that we use to display some…

Contents