SkillAgentSearch skills...

CountDownTimer

Circle shaped countdown timer. countdown View

Install / Use

/learn @bugkingK/CountDownTimer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CountDownTimer

Circle shaped countdown timer.

Installation

<b>CocoaPods:</b>

<pre> pod 'BKCountDownTimer' </pre>

<b>Manual:</b>

<pre> Copy <i>CircleBase.swift, CircleCount.swift, CircleTic.swift, CircleTimer.swift</i> to your project. </pre>

Preview

HowTo

Using Timer

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

License

<i>BKCountDownTimer</i> is available under the MIT license. See the LICENSE file for more info.

Related Skills

View on GitHub
GitHub Stars25
CategoryDevelopment
Updated1mo ago
Forks4

Languages

Swift

Security Score

95/100

Audited on Feb 10, 2026

No findings