File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# AWLThemeManager
22
3- AWLThemeManager is a lightweight theme manager for iOS.
3+ [ ![ CocoaPods Compatible ] ( https://img.shields.io/cocoapods/v/AWLThemeManager.svg )] ( https://img.shields.io/cocoapods/v/AWLThemeManager.svg )
44
5+ AWLThemeManager is a lightweight theme manager for iOS.
56## Features
67
78### What can be customized
@@ -111,6 +112,11 @@ the .xcassets file inside it. Please refer to Assets.bundle in demo project.
111112
112113** Support reference** . Same with the color. If image name isn't found in defaults.plist, we use key as image name.
113114
115+ ### File
116+ Now you can have “foo”->”bar” in the theme and search all bundles for
117+ “foo” of type “dat”, in addition to falling back to the main bundle. If
118+ key “foo” is not found, “foo” is assumed to be the file name.
119+
114120#### Other
115121You can add whatever you want to the defaults.plist. Just use ` objectForKey: ` to get the value.
116122
You can’t perform that action at this time.
0 commit comments