Theme engine for iOS system style

Just sharing my theme engine for handling iOS system style changes. Comments for use are included.

Theme.zip (1.1 KB)

2 Likes

What’re you doing with all these cool components?

I tend to use system style to theme the prototypes I work on. I built them as drop in modules for simplicity.

1 Like


Theme demo.zip (247.2 KB)

This demo uses the Theme class and also as dependencies the Quadtree and the StateMachine class. Used Claude.

FWIW in order for other projects to use yours as a dependency the code you’re sharing has to be on a tab other than the Main tab. Main tabs are invisible to dependency. You probably already know this. Just explaining why I moved your code out of the Main tabs.