Step Indicator in SwiftUI

Step Indicator in SwiftUI

May 07, 2020

This SwiftUI iOS library is used for indicating step actions for series of steps involved for any task. For eg: if you wanna illustrate the steps for collecting cash from an ATM , steps involved for any loan application. etc..

Usage :

 var body: some View {
         StepperView()
            .addSteps([Text("Account"), Text("MemberShip"))
            .indicators([.center,.center])
            .stepIndicatorMode(StepperMode.horizontal)
            .spacing(50)
           .lineOptions(StepperLineOptions.custom(1,Colors.blue(.teal).rawValue))
      }

More Resources:

Github , Documentation , Cocoapods

Enjoy this post?

Buy Badarinath Venkatnarayansetty a coffee

More from Badarinath Venkatnarayansetty