TimerS icon indicating copy to clipboard operation
TimerS copied to clipboard

TimerS is an iOS stopwatch and timer app written in pure Swift without third-party library.

Get Started

This project is written by Swift 5.0 and requires Xcode 10+.

  1. Open the TimerS.xcodeproj in Xcode 10+
  2. Build and run

Feature

  • Run Background

TimerS does not have background process. If you terminate the process or even shutdown the device, Timers still counts time correctly. TimerS records users' operations in UserDefaults, it compares the current time and start time to calculate displayed time when you are using.

iPhoneX

  • Customed UIPickView

Customed UIPickerView displays hours, minutes and seconds. When set timer to 0:

iPhoneX2

  • Autolayout & Universal

Build interface by AutoLayout and Storyboard. Support universal devices and split view on iPad:

horizontal

a

License

TimerS is released under the MIT license. See LICENSE for details

中文介绍