Posts
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) .spacin...
Step Indicator in SwiftUI
May 07, 2020
358 views