luispadron / UICircularProgressRing

A circular progress bar for iOS written in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support of dark mode change inside app

ShaiAlkoby opened this issue · comments

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?

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