From the course: Code Clinic: Swift

Unlock the full course today

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

View the starting files

View the starting files - Swift Tutorial

From the course: Code Clinic: Swift

Start my 1-month free trial

View the starting files

- [Instructor] Our starting application has quite a bit of code and a somewhat complex user interface. So let's take a minute to go over what the starting app does, and how it does it. So, when I launch the application in the simulator, you'll see the only thing on the screen is to pick a photo. When you click on that button, the user's photo library shows up, and you can go on the camera roll and there's these four additional images added that I copied over from the application bundle. I'll show how that works in just a second. You can then select one of the images and then hit the find faces button, and the waiting screen shows, which has this spinning icon. Now this will hang indefinitely because it doesn't have anything that it's responding to. So I'll stop the application. And so that's what it looks like when we actually run the application from the start. But how is everything set up? Well I have these four images, and I wanna point out that I made these the same size. So…

Contents