wxxsw / SwiftTheme

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oc json文件调用不行

ilifewebdev opened this issue · comments

   NSString *path = [[NSBundle mainBundle] pathForResource:@"MyNight" ofType:@"json"];
    [ThemeManager setThemeWithJsonInMainBundle:path];
    UITabBar *tabBar = [UITabBar appearance];
    tabBar.theme_barTintColor = [ThemeColorPicker pickerWithKeyPath:@"Global.barTextColor"];

没有效果?

commented

能否提供更多信息?例如日志中报错信息以及 json 文件内容。

另外项目中的 JsonDemo,可以作为使用参考