luispadron / UICircularProgressRing

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

make background view circular instead of square #228

Closed kagialikos closed 4 years ago

kagialikos commented 4 years ago

how can i fix this

image
luispadron commented 4 years ago

It isn't currently possible to change the background color of just the circle part. I'm working on refactoring this library so I may add this in the future.

I would try to experiment with layers/opacity/clipping there may be a way to do this on your end.