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.
2 parents 634c0a9 + a7c0cc0 commit 2b9d984Copy full SHA for 2b9d984
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