Skip to content

bugkingK/CountDownTimer

Repository files navigation

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.

About

Circle shaped countdown timer. countdown View

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published