FlexibleSteppedProgressBar icon indicating copy to clipboard operation
FlexibleSteppedProgressBar copied to clipboard

Vertical Support

Open jvashisht opened this issue 6 years ago • 3 comments

How to use this Library for Vertical Direction. I want to create something like this. Thanks.

screen shot 2018-05-11 at 2 12 31 pm

jvashisht avatar May 11 '18 08:05 jvashisht

That would be a great enhancement.

felipeplets avatar May 12 '18 14:05 felipeplets

I was searching recently, and couldn't find any library providing vertical stepper. Would be very helpful if this library will support vertical stepper, from both directions: from bottom to top, and vice-versa.

Starsky89 avatar Feb 21 '19 14:02 Starsky89

    progressBar.transform = CGAffineTransform(rotationAngle: CGFloat.pi / 2.0)

Hussen-Ali avatar May 17 '23 19:05 Hussen-Ali