File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ - (void)presentForecastInteractionWithList:(NSArray *)forecasts ofType:(MWInfoTy
280
280
}
281
281
}
282
282
283
- SDLChoiceCell *cell = [[SDLChoiceCell alloc ] initWithText: [dateFormatShow stringFromDate: forecast.date] artwork: [SDLArtwork artworkWithImage: [[ImageProcessor sharedProcessor ] imageFromConditionImage: forecast.conditionIcon] asImageFormat: SDLArtworkImageFormatPNG] voiceCommands: [vrCommands copy ]];
283
+ SDLChoiceCell *cell = [[SDLChoiceCell alloc ] initWithText: [dateFormatShow stringFromDate: forecast.date] artwork: [SDLArtwork artworkWithImage: [[[ ImageProcessor sharedProcessor ] imageFromConditionImage: forecast.conditionIcon] imageWithRenderingMode: UIImageRenderingModeAlwaysTemplate ] asImageFormat: SDLArtworkImageFormatPNG] voiceCommands: [vrCommands copy ]];
284
284
[choices addObject: cell];
285
285
}
286
286
@@ -438,7 +438,7 @@ - (void)showForecastAtIndex:(NSUInteger)index fromList:(NSArray *)forecasts info
438
438
[self .manager.screenManager beginUpdates ];
439
439
self.manager .screenManager .softButtonObjects = [self buildListSoftButtons: infoType withIndex: index maxCount: forecasts.count];
440
440
441
- self.manager .screenManager .primaryGraphic = [SDLArtwork artworkWithImage: [[ImageProcessor sharedProcessor ] imageFromConditionImage: forecast.conditionIcon] asImageFormat: SDLArtworkImageFormatPNG];
441
+ self.manager .screenManager .primaryGraphic = [SDLArtwork artworkWithImage: [[[ ImageProcessor sharedProcessor ] imageFromConditionImage: forecast.conditionIcon] imageWithRenderingMode: UIImageRenderingModeAlwaysTemplate ] asImageFormat: SDLArtworkImageFormatPNG];
442
442
443
443
if (isHourlyForecast) {
444
444
self.manager .screenManager .textField1 = [self .localization stringForKey: @" forecast.hourly.show.field1" , dateTimeStringShow, conditionTitleShow];
You can’t perform that action at this time.
0 commit comments