1 image
Author
Description
Features
- Can set the time zone or choose from a list of time zone
- Automatically detects the day or night and changes the background of the clock
- Doesn't use
NSTimer
to schedule the time, so it won't be blocked by any other UI operations. - Swipe to delete the added clock
- Displays the name of the timezone and time in digital format
- Digital clock to display the name in format:
HH:mm:ss
pod 'SPClockView'