Skip to content

gtiosclub/bootcamp-module-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

← Module 2Module 4 →

Module 3: Enums, Structs, Classes

In this module, we'll go over enums, structs, and classes.

Getting Started

Clone this repo to your local device.

Refer to the Assignments notion page on how to do so.

Once you've cloned the repo, open the CarsApp project using Xcode if you haven't already.

Intro

In this module, you'll be building the logic for a fun Car Catalog App! This app presents the user with a list of available cars, and relevant information about each one. The UI has already been created for you, so please don't change any of it.

TODO

Within CarsApp, go to the TODO folder and complete parts 1-3 based on the provided instructions. Complete the parts in the correct order, as the instructions are worded with that in mind.

Once you finish all parts, run the application using Cmd+R. The simulator takes a while to run, so don't worry if the simulator opens and is stuck with a blank screen. The blank screen will go away if you stay patient.

If any errors appear when attempting to run the app, it's probably because of one of the following reasons:

  • You have a mistake in your code. Find it and fix it.
  • You haven't selected the development account you will use for this project. If that's the case, open the side bar on the left, look at the folders hierarchy and find the CarsApp directory at the top-most level (with an appstore logo beside it). Click on that. Next, click on CarsApp under "Targets". Open the "Signing & Capabilities" tab. Next to "Team", select your account from the dropdown menu.

Submission

Check the Assignments notion page for submission instructions!

If you are having trouble, feel free to reach out via Discord.

Releases

No releases published

Packages

No packages published

Languages