SwiftTheming icon indicating copy to clipboard operation
SwiftTheming copied to clipboard

A powerful lightweight theme 🎨 manager for SwiftUI

Results 7 SwiftTheming issues
Sort by recently updated
recently updated
newest added

When I look at both light and dark variants in the preview window, both variants render in light mode. I managed to get it working once by cleaning and rebuilding...

bug

Hi, I'm facing with problem as described below; 1. I have 2 view. First one `HomeView`, second one `ProfileView`. 2. `ProfileView` open as sheet from `HomeView`. 3. Then I change...

bug

I haven't tested other types of SwiftTheming's asset types, but ColorAssets used inside custom ButtonStyles don't change when the theme is updated. That might honestly be intended, because maybe I...

bug

### Description With new Swift features come out, it is a perfect time to revamp SwiftTheming API to be more efficient to use in the project. In Version 2, as...

enhancement

### Description Previously, we had to hardcode all themes so that it lacks the availability to load dynamic themes. ### Proposal The ideal approach is that instead of hardcoded themes,...

enhancement

### Description Imagine if you want to use different background colors or different fonts on different platforms, as SwiftTheming doesn't know on which os the app is running, it won't...

enhancement

### Description As materials are part of Apple Platform especially in VisionOS, it is good to support them in SwiftTheming. ### Proposal The new asset protocol called `MaterialAssets` will be...

enhancement