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

Hi - i'm downloading V3 via Cocoapods using Swift 4 and am still getting the compile error for characters is deprecated I can see there's been a fork to fix...

trying to work out how to trigger some action once the timer is complete?

will create 3.0 branch.

I'm running the code below but the countdown is starting in the background before .start is called. i.e. I'm arriving at the page, the timer shows the correct time and...

Nice Library! However it doesn't work for when in tableview reuse cells! When the tableview gets scrolled the countdown label changes the time drastically. Must be getting some random value...

Is it possible / how do we get a reference to the countdown label object from the delegate methods? In the example it works easily because it is based on...

hi, great job. But any plan to upgrade to swift 4?

I could be implementing incorrectly but when I set the .animationType it does not take effect. The default animation always occurs. ``` countDown.countdownDelegate = self countDown.animationType = .Fall countDown.setCountDownDate(targetDate: Date(timeIntervalSince1970:...

![screen shot 2017-05-29 at 12 58 59 pm](https://cloud.githubusercontent.com/assets/24691772/26540692/3608836e-4470-11e7-8e17-0d19c855f3e3.png)