Skip to content
Snippets Groups Projects
Commit d686686d authored by Peter J. Keleher's avatar Peter J. Keleher
Browse files

auto

parent fbe01963
No related branches found
No related tags found
No related merge requests found
...@@ -74,9 +74,10 @@ As we did in class, you will create a new SwiftUI iOS app: ...@@ -74,9 +74,10 @@ As we did in class, you will create a new SwiftUI iOS app:
cloned from gitlab earlier). cloned from gitlab earlier).
- When creating the project: - When creating the project:
- call it `assign1` - call it `assign1`
- **check** "unit tests", **uncheck** `git`, **uncheck** UI tests - **check** "unit tests", **uncheck** `git`, **check** tests
(not fatal, but the `Test` command from the `Product` menu will (do not delete the UI tests, as some students have reported
fail because it will try to test your GUI, and you don't have one. problems with running the file when cloned to a second location
after doing so).
- Create a new file `model.swift` to implement the `Twos` class in - Create a new file `model.swift` to implement the `Twos` class in
your app by selecting "New / File" your app by selecting "New / File"
from the File menu, selecting the Swift file icon in the dialog, and from the File menu, selecting the Swift file icon in the dialog, and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment