Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 567 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 567 Bytes

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.