Skip to content

Commit 6321bca

Browse files
committed
Update README.md
1 parent 1f52d4a commit 6321bca

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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
115121
You can add whatever you want to the defaults.plist. Just use `objectForKey:` to get the value.
116122

0 commit comments

Comments
 (0)