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

Can you please update this library for swift 5 and Xcode 10.2?

We have a View that uses the CountdownLabel. When the view is deallocated, the countdownlabel remains in memory. The issue seems to be related to the LTMorphingLabel used inside the...

When the difference is days the project doesn't show hours more 24

Hi, How can I use this framework to animating some random text, instead of timer? Sorry to ask this off topic question, but I was curious.

Not really an issue so close this but was just wondering wether it's possible to count upwards instead of down, given a value of say 30 minutes but starting from...

Hi, I'm trying to reset my countdown once it hit 0. I have a call of function in the delegate countdownFinished() to set the countdown and start again. The problem...

the countdown number does not update anymore. just stop on its first value. i think there are some bugs adapting to the [LTMorphingLabel] library. Please help.

Hello, since swift 4.2 [this line](https://github.com/suzuki-0000/CountdownLabel/blob/4dc9ddfcf1f1505a401415ae953fd444cb25a183/CountdownLabel/CountdownLabel.swift#L36) product a warning : `Using '!' here is deprecated and will be removed in a future release` Any solution to fix this ?

How to install manually? Having problem with cocoapods using this library

` countdownLabel7.setCountDownTime(minutes:400) countdownLabel7.animationType = .Evaporate countdownLabel7.timeFormat = "HH:mm:ss" countdownLabel7.countdownAttributedText = CountdownAttributedText(text: "x HERE 后结束", replacement: "HERE", attributes: [NSAttributedStringKey(rawValue: NSAttributedStringKey.foregroundColor.rawValue) : UIColor.red]) countdownLabel7.start() { self.countdownLabel7.text = "已经结束" }` It is not...