GitHunt
BU

bugkingK/CountDownTimer

Circle shaped countdown timer. countdown View

CountDownTimer

Circle shaped countdown timer.

Installation

CocoaPods:

pod 'BKCountDownTimer'

Manual:

Copy CircleBase.swift, CircleCount.swift, CircleTic.swift, CircleTimer.swift to your project.

Preview

HowTo

Using Timer

vwCircle.startTimer(block: { (count, minute, second) in
    print("\(minute) : \(second)")
}) {
    print("complete")
}

License

BKCountDownTimer is available under the MIT license. See the LICENSE file for more info.

Languages

Swift96.6%Ruby3.4%

Contributors

MIT License
Created September 30, 2019
Updated February 10, 2026