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.