SwiftUI Watch is a simple watchOS app that demonstrates some of the core features of SwiftUI on Apple Watch. This project was created by Batınay Ünsel as a learning exercise for SwiftUI development.
- Displays the current time in a customizable clock face.
- Lets users change the color of the clock face.
- Supports both 24-hour and 12-hour time formats.
- Xcode 12 or later
- A device running watchOS 7 or later (for testing on a physical device)
- Clone or download the project to your local machine.
- Open the project in Xcode.
- Build and run the app on a simulator or a physical device.
This project is licensed under the MIT License.
This project was inspired by the SwiftUI Essentials tutorial from Apple.