MovingNumbersView
MovingNumbersView copied to clipboard
Moving numbers effect in SwiftUI
Results
3
MovingNumbersView issues
Sort by
recently updated
recently updated
newest added
For some reason, single-digit numbers are invisible on iOS 15. On iOS 14 everything works well.
How to make up the number of digits? just list `01` to `02`
First off, thank you for this repo! I'm trying to embed `MovingNumbersView` in UIKit using `UIHostingControlller`. However, the numbers are not animating as shown in your README video snippets. Here...