SlidingNumberView icon indicating copy to clipboard operation
SlidingNumberView copied to clipboard

need one more option Exactly the same as on Gif

Open volodymyrslipak opened this issue 5 years ago • 2 comments

I find only left to right and right to left sliding but no option as on gif I mean sliding numbers(not their positions)

volodymyrslipak avatar Sep 28 '19 05:09 volodymyrslipak

Same problem here

jvanakker avatar Dec 18 '21 18:12 jvanakker

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.

jvanakker avatar Dec 18 '21 18:12 jvanakker