StepperView icon indicating copy to clipboard operation
StepperView copied to clipboard

Simple Numeric Step Indicator Without Texts

Open ganaraj-savant opened this issue 2 years ago • 1 comments

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.

ganaraj-savant avatar Jun 25 '22 07:06 ganaraj-savant

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")

badrinathvm avatar Jun 27 '22 17:06 badrinathvm