You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, big thanks to @chenyun122 for coming up with this amazing lightweight library. I've come up with a very basic solution (#29) to achieve this. It does not allow for much customization, but you can always tweak the source code to achieve that.
Here's how you can use it..
// Initialize progressbar through code or storyboard
letprogressBar=StepIndicatorView()
// Set the data attributes
progressBar.currentStep =0
progressBar.numberOfSteps =3
// Set the desired titles
progressBar.titles =["One","Two","Three"]
Expecting label below the step indicator so that any one can add title for specific step indicator. This is available in android but not in iOS swift.
The text was updated successfully, but these errors were encountered: