A scroll number label
- init the label with frame and font
STNumberLabel(frame: CGRect(x: 150, y: 200, width: 200, height: 50), digit: 4, font: UIFont.systemFont(ofSize: 22.0), singleNumberSize: CGSize(width: 20, height: 50))
- call
numberlabel.scrollToNumber(number)
when you want the label to scroll number
- iOS 8.0
- STNumberLabel is released under the MIT license. See LICENSE for details.
- Have a question? Please open an issue!