luispadron / UICircularProgressRing

A circular progress bar for iOS written in Swift
MIT License
1.73k stars 290 forks source link

How can I set inner Ring with dash style #237

Closed lieudd closed 4 years ago

lieudd commented 4 years ago

Version

Details

When I set style = dashed( ex: circularProgressRing.style = .dashed(pattern: [1.8, 8.0])), I want to ask how to set innerRing to be same dash style with outerRing. I found inner ring is progress ring, but it's style always is solid( I want it is dash also). I mean, i only need outerRing with color change in apart in which is progressed

luispadron commented 4 years ago

Inner ring doesnt support this mode

lieudd commented 4 years ago

Inner ring doesnt support this mode

@luispadron please support for that case