Fix visual issues when building with Xcode 13.

This commit is contained in:
Doug
2022-01-24 17:19:33 +00:00
committed by Doug
parent 0fb8b126a4
commit 70845c7d10
8 changed files with 80 additions and 23 deletions
@@ -93,6 +93,9 @@
UIImage *image = [MXKTools paintImage:backgroundImageView.image withColor:ThemeService.shared.theme.matrixSearchBackgroundImageTintColor];
backgroundImageView.image = image;
}
// Match the search bar color to the navigation bar color as it extends slightly outside the frame.
self.searchBar.backgroundColor = ThemeService.shared.theme.baseColor;
}
- (void)destroy