Added an example fo animated step indicatpr for apple watch

This commit is contained in:
Badarinath Venkatnarayansetty
2020-05-11 17:53:36 -07:00
parent 8ba4bd91f3
commit 8a914641ef
5 changed files with 47 additions and 5 deletions
+1 -2
View File
@@ -73,8 +73,7 @@ struct ExampleView5: View {
.indicators(self.indicationTypes1)
.spacing(30)
.lineOptions(StepperLineOptions.custom(1, Colors.blue(.teal).rawValue))
.loadingAnimationTime(0.02)
.animateSteps(self.set3.count)
.loadingAnimationTime(0.02) // speed of the animation.
}
}
.navigationBarTitle("StepperView")