AcneCare is a MC 3 apple developer academy project that focusing on finding acne proper treatment
- Open
AcneCare.xcodeproj
with Xcode - Configure the build device
- Build & run
.
├── AcneCare
│ ├── Common // Reusable files
│ ├── Launchscreen
│ ├── Login
│ │ ├── View
│ │ └── ViewModel
│ ├── ... // Directories are separated according to domain / feature
│ └── Supporting files // for non-code files such as assets, localizable strings, etc
├── AcneCareTests // Unit testing
└── AcneCarekerIos // UI testing