CountdownLabel icon indicating copy to clipboard operation
CountdownLabel copied to clipboard

Simple countdown UILabel with morphing animation, and some useful function.

Results 36 CountdownLabel issues
Sort by recently updated
recently updated
newest added

When the countdown time 0, number of days to 1 day!

Can you please elaborate how to set CountdownAttributedText. And what is "replacement" in CountdownAttributedText? I am getting crash when I try to use CountdownAttributedText

Hi , Can I display hours into minutes that is 01:30:45 to 90:45 Thanks and Regards Jassim Mukthar

I can set an count down time, in iOS 9 works properly but in iOS 10 doesn't works properly. I set 60 minutes and starts the count down and showing...

@suzuki-0000 I want to add a stroke to the timer with `NSMutableAttributedString` however it wont work ``` swift let attribs = [ NSStrokeColorAttributeName: UIColor.blackColor(), NSForegroundColorAttributeName: UIColor.yellowColor(), NSStrokeWidthAttributeName: 2.0 ] self.countdownLabel.attributedText...

[!] Unable to satisfy the following requirements: - `CountdownLabel` required by `Podfile` Specs satisfying the `CountdownLabel` dependency were found, but they required a higher minimum deployment target.