suzuki-0000 / CountdownLabel

Simple countdown UILabel with morphing animation, and some useful function.
MIT License
995 stars 190 forks source link

Problem on running the time when greater then 1 day. #25

Closed tiwari1amrit closed 5 years ago

tiwari1amrit commented 7 years ago

How To show the time counter which is more then 24 hrs? Its count the time within only 24 hrs.

ChetanRajagiri commented 6 years ago

@ShangZhengtao Even you code is not changing anything.

kalyan711987kalyan commented 6 years ago

I solved it changing this let comp = calendar.dateComponents([ .hour, .minute, .second], from: date1970 as Date, to: to1970Date)

ChetanRajagiri commented 5 years ago

I fixed it in this pr #46