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

add suport show "." ticker #4

Closed yocoeus closed 10 years ago

yocoeus commented 10 years ago

Now the label only support NSInteger ticker, can not support float ticker.So add this feature.

yocoeus commented 10 years ago

This project is very cool.So I wanna add more features such like property of text aligment.

Antondomashnev commented 10 years ago

Thanks for pushing cool addition features. But before i merged this pull request please refactor some code in c0c638e commit. I have added comments about what i mean.

yocoeus commented 10 years ago

OK, thx your comment.I'll refactor the code later.