SRCountdownTimer icon indicating copy to clipboard operation
SRCountdownTimer copied to clipboard

This is the simple circle countdown with a configurable timer for iOS.

Results 14 SRCountdownTimer issues
Sort by recently updated
recently updated
newest added

Hi, I hope you are doing well in pandemic. I am using your SRCountdownTimer in my fitness app. I am stating countdownTimer in the viewdidLoad. countdownTimer.start(beginingValue: 10, interval: 1) First...

I added the timerDidEnd function to my Viewcontroller but it doesn't seem run. ``` func timerDidEnd(sender: SRCountdownTimer, elapsedTime: TimeInterval) { print("ended") } ```

With changing line movement from default (clockwise) to opposite, there was a bug that prevented line from drawing correctly (it never changed from 100% state)

Hi team, I need to show an rectangular timer with loading progress bar. Where can I changed the code please help me, I have an requirement ASAP.

Feature request, fill middle of circle with color

Feature request Fractions of a second displayed instead of just int For example, 1.2, 1.3, etc I may try and work on this if I have time but not sure...

It will be useful have to have the possibility to display the inner label when initializing the Countdown timer without starting it. Something like this: ``` public func initialize(beginingValue: Int,...

Will there be any Apple Watch support for this?

Want to check current text of SRCountdownTimer and perform action accordingly please help.