SwiftTheme icon indicating copy to clipboard operation
SwiftTheme copied to clipboard

🎨 Powerful theme/skin manager for iOS 9+ 主题/换肤, 暗色模式

Results 15 SwiftTheme issues
Sort by recently updated
recently updated
newest added

Navigation controller and tabBar color is not correct on iOS 15. just install app on iOS 15 simulator to repreduce the bug.

Hi, I try with last version of Carthage (0.38.0) (cache clean)... github "wxxsw/SwiftTheme" ~> 0.6.3 : "ThemeTabBarAppearancePicker" ``` ld+PlaceholderAttributes.bc -o /Users/robertjuzyna/Library/Caches/org.carthage.CarthageKit/DerivedData/13.1_13A1030d/SwiftTheme/0.6.3/Build/Intermediates.noindex/ArchiveIntermediates/SwiftTheme/IntermediateBuildFilesPath/SwiftTheme.build/Release-iphoneos/SwiftTheme.build/Objects-normal/arm64/ThemeColorPicker.bc /Users/robertjuzyna/Dev/Obvious21/client/Common/iOS/Carthage/Checkouts/SwiftTheme/Sources/UIKit+Theme.swift:134:35: error: cannot find type 'ThemeTabBarAppearancePicker' in scope var...

hi, did u support some animation like telegram did: https://miro.medium.com/max/271/1*JKZ-OapISQlTMhX8Y-VmcA.gif

When the view containing some labels has shadow and the view background color is clear color...the shadow gets applied on the labels inside the view when i enable theme in...

Hey, Thanks for your useful repo. Is there a way to use SwiftTheme with SwiftUI?

I want to set UITabBarItem titleTextAttributes from Plist. Copy the code from UINavigationBar.apperance() in the Plist Demo. ``` // tab bar item let tabBarItem = UITabBarItem.appearance() tabBarItem.theme_setTitleTextAttributes(ThemeStringAttributesPicker(keyPath: "Global.barTextColor") { value...

help wanted

https://user-images.githubusercontent.com/81165987/118320502-6514db00-b50d-11eb-9ded-918d818b23c2.mov 这是APPDelegate代码 ![image](https://user-images.githubusercontent.com/81165987/118321003-09971d00-b50e-11eb-994d-2e7d480bf5ff.png) ![image](https://user-images.githubusercontent.com/81165987/118321164-46631400-b50e-11eb-9993-f29a03d95e90.png) 这是自定义UITabBarController ![image](https://user-images.githubusercontent.com/81165987/118321271-6f83a480-b50e-11eb-9fae-eaf4394aeb47.png) ![image](https://user-images.githubusercontent.com/81165987/118321661-f59feb00-b50e-11eb-9629-7e99428556e0.png) 这是新控制器代码

I'm using this line to change tabBar color : `tabBar.theme_tintColor = ThemeColorPicker.pickerWithUIColors([.white, .black])` when app loads with first theme there's no problem. But if app loads with second theme when...

view.theme.backgroundColor = "Global.backgroundColor"

通过UIColor的extension方法 convenience init(hex8: UInt32)中,可以看到传入的值计算之后得到的red,green,blue,alpha,都不对