A polar clock for iOS written in Swift.
The rings represent the components of the current time.
Color | Component |
---|---|
Yellow | Second |
Orange | Minute |
Pink | Hour |
Green | Day |
Blue | Month |
Purple | Year |
- When the clock is first displayed the rings fade in and expand to their initial positions
- The rings animate to their positions as time progresses
I used the following libraries for this project:
AsyncSwift
- Asynchronous dispatches in Grand Central DispatchSwiftDate
- Date and time componentsAutoLayoutBuilder
- Layout Constraints