From the course: Code Clinic: Swift

Unlock the full course today

Join today to access over 22,400 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] Let's take a look at the starting project and code for our Dashboard application. I decided to start with a lot of the project existing already in this case. The reason for that is because I opted to use Realm again for our database for this application, and we covered Realm extensively earlier in the course. So for more information about getting the Realm framework into your application, and getting a Realm set up with Realm Studio, you can see the movies earlier in this course for that. For those of you who don't have access to the exercise files, I created a file called DashboardData.csv, so capital D's on DashboardData. The name is actually important for what we're doing. And then I have these comma-separated values, time_stamp,Pulsometer_readout,Engine_efficiency, and red, green, and blue values. Then I have the time stamps, numbers right there for the Pulsometer readout, engine efficiency, and then the red, green, and blue values. So you need to create this data…

Contents