luispadron / UICircularProgressRing

A circular progress bar for iOS written in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I set inner Ring with dash style

lieudd opened this issue · comments

Version

  • Version = 6.5.0

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

Inner ring doesnt support this mode

Inner ring doesnt support this mode

@luispadron please support for that case