From the course: Machine Learning for iOS Developers

Unlock the full course today

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

A quick look around the Xcode project

A quick look around the Xcode project - iOS Tutorial

From the course: Machine Learning for iOS Developers

Start my 1-month free trial

A quick look around the Xcode project

- [Instructor] In order to save some time and so that you do not get bored with very basic stuff, I have already created a Xcode project for our purpose. And I've already also created a basic user interface that we're going to use. So you do not have to build that, you can just jump right into the exercise files and open up that project, so that we can start with the important stuff right away. And nevertheless, I'd like to give you a quick tour around this project. Here we are in our main storyboard. We have a label for the heading, a little indicator that tells the user to tab on this image view here. In order to open up the photo library, we have this is it a cat or a dog button, which is going to trigger the image classification. And we have our classification label that is going to state if the image contains a cat or a dog. And to make it possible to tab on the image view, what we also have is a tab gesture recognizer that is associated with a function in our view controller…

Contents