StepperView v1.2.0 Release Notes

Release Date: 2020-04-19 // about 4 years ago
    • ➕ Adding new view Modifiers for StepperView
      • .addSteps(_ steps: [View])
      • .alignments(_ alignments: [StepperAlignment])
      • .indicatorTypes(_ indicators:[StepperIndicationType])
      • .lineOptions(_ options: StepperLineOptions)
      • .spacing(_ value: CGFloat)
      • .stepIndicatorMode(_ mode: StepperMode)
    • ✅ Unit test fixes
    • ➕ Added new Supporting View for Indicators like NumberedCircleView