December 2018
Intermediate to advanced
274 pages
7h 46m
English
In this section, we will be creating an iOS project to use Core ML, for which you will require Xcode (it must be version 9+).
Let's get started by opening Xcode and creating an empty swift application with a storyboard. In the main storyboard design, the screen will appear as follows. Then, add the generated model file to your project. This should give you the following structure:

Now, create the UI in your main storyboard file, as shown here:

Create outlets for each text field. ...
Read now
Unlock full access