StepperView
StepperView copied to clipboard
Simple Numeric Step Indicator Without Texts
I wanted a simple step indicator with just the number view. I'm able to achieve it by simply initialising the steps with an array of empty Texts, but not sure if it is the right way to do so. Please let me know if there is any other way to achieve the same.
Hi @ganaraj-savant . Thank you so much for checking out this library. Using text's is one of the way. But you can also leverage SF symbols and use Image(systemName: "one.filled")