An iOS application written in Swift to demonstrate how to implement a Clean Architecture in iOS
An iOS application written in Swift to demonstrate how to implement a Clean Architecture in iOS.
The idea is to implement the simplest To-Do List app. The user can add a Reminder with a Title and visualize the existing Reminders in a list.
To compile/run the iOS application: * open the Xcode Project "Reminders.xcodeproj" * select the "Reminders" iOS scheme * Run by pressing "Play" or by pressing [Cmd + R]
We use XCTest for the Unit and UI tests.
To run the tests for the iOS application: * open the Xcode Project "Reminders.xcodeproj" * select the "Reminders" iOS scheme * Run by pressing "Product" > "Test" or by pressing [Cmd + U]