SlidingNumberView
SlidingNumberView copied to clipboard
need one more option Exactly the same as on Gif
I find only left to right and right to left sliding but no option as on gif I mean sliding numbers(not their positions)
Same problem here
Update: in order to let it behave correctly, it turns out I have to do the following every time before initiating a "startCounting()":
numberView.font = .systemFont(ofSize: 20)
Where 20 is your desired font size of course.