Antondomashnev / ADTickerLabel

An objective-c UIView which provide a mechanism to show numbers with rolling effect, like in counter
MIT License
113 stars 27 forks source link

fix bug #8

Closed answer-huang closed 10 years ago

answer-huang commented 10 years ago

If the second text has the same prefix digit with the first text and longer than the first text,the prefix digit will become 0. (e.g. change text from 200 to 2200, the result become 0200. )