badrinathvm / StepperView

SwiftUI iOS component for Step Indications.
https://badrinathvm.github.io/StepperView/
MIT License
1.25k stars 60 forks source link

Simple Numeric Step Indicator Without Texts #90

Open ganaraj-savant opened 2 years ago

ganaraj-savant commented 2 years ago

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.

badrinathvm commented 2 years ago

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