suzuki-0000 / CountdownLabel

Simple countdown UILabel with morphing animation, and some useful function.
MIT License
1.01k stars 192 forks source link

Swift 3 animation bug #24

Open Huddie opened 7 years ago

Huddie commented 7 years ago

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: 1504267200) as NSDate)

countDown.timeFormat = "M d  H:m:ss"

countDown.start()