luispadron / UICircularProgressRing

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

support of dark mode change inside app #248

Closed ShaiAlkoby closed 4 years ago

ShaiAlkoby commented 4 years ago

I'm changing the window overrideUserInterfaceStyle inside my app (to let the user opt out of dark mode if wanted), and every view is changing correctly except from my UICircularProgressRing views.

I've tried to change some code and change the overrideUserInterfaceStyle property of the UICircularProgressRing views but it still doesn't work.

any chance you know how to solve this?

luispadron commented 4 years ago

There is no built in support for this in the library.