We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4762a9d commit a7c0cc0Copy full SHA for a7c0cc0
AWLThemeManager/AWLThemeManager.m
@@ -139,7 +139,7 @@ - (UIImage *)imageNamed:(NSString *)key forTheme:(NSString*)themeName
139
NSBundle* bundle = [NSBundle bundleWithPath:self.themeList[themeName]];
140
141
if (NSFoundationVersionNumber >= NSFoundationVersionNumber_iOS_8_0) {
142
- img = [UIImage imageNamed:key inBundle:bundle compatibleWithTraitCollection:nil];
+ img = [UIImage imageNamed:imgName inBundle:bundle compatibleWithTraitCollection:nil];
143
}
144
#ifdef AWLThemeManager_XCASSETS_iOS7
145
else {
0 commit comments