Skip to content

Commit

Permalink
fix(ios): backgroundcolor Ti.UI.backgroundcolor fixed on modal windows (
Browse files Browse the repository at this point in the history
  • Loading branch information
mbender74 committed Apr 13, 2022
1 parent fbbc258 commit a1c83d8
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -221,6 +221,7 @@ - (void)updateBackground

[ourView setBackgroundColor:chosenColor];
[[ourView superview] setBackgroundColor:chosenColor];
[[UIApplication sharedApplication] keyWindow].backgroundColor = chosenColor;
if (bgImage != nil) {
[[ourView layer] setContents:(id)bgImage.CGImage];
} else {
Expand Down

0 comments on commit a1c83d8

Please sign in to comment.