WALL-E team Technical Task
.github/workflows
git-lab.yml +22 -0
projects/Spring2022
WALL-E
SwiftUI/CringeCar
CringeCar
App
CringeCarApp.swift +17 -0
Assets.xcassets
AccentColor.colorset
Contents.json +11 -0
AppIcon.appiconset
Contents.json +98 -0
Contents.json +6 -0
Constants
Constants.swift +20 -0
Model
Car.swift +21 -0
Preview Content/Preview Assets.xcassets
Contents.json +6 -0
View
CameraView.swift +21 -0
ContentView.swift +24 -0
ControlView.swift +97 -0
CringeCarTests
CringeCarTests.swift +36 -0
doc
ios-app-technical-task.pdf +0 -0
technical-task.md +121 -0
README.md +0 -3
.gitignore +180 -0
+ 22
- 0