badrinathvm / StepperView

SwiftUI iOS component for Step Indications.

Home Page:https://badrinathvm.github.io/StepperView/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set step indicator based on step life cycle

laisbastosbg opened this issue · comments

Hi! Is there a way to set the step indicators to change based on the life cycle of the step? I see that if I set StepLineOptions as custom it will change the line color, is there a similar thing for the step indicators?

Yes , we can change the color for the step indicator as well.You can add a custom view as part of .addSteps([]) , can send you a code snippet shortly.