CountDownTimer icon indicating copy to clipboard operation
CountDownTimer copied to clipboard

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.