StepIndicator
StepIndicator copied to clipboard
Lines and circles strokes get pixelated when changing the direction from right to left
I solved that by doing this: // stepIndicatorView.direction = .rightToLeft stepIndicatorView.transform = CGAffineTransform(scaleX: -1, y: 1)