Merge branch 'bugfix/alert_color_x_fix' into 'develop'

Fixes Alert view color issue.

See merge request BPHV_MIPS/mvm_core_ui!125
This commit is contained in:
Pfeil, Scott Robert 2019-09-04 09:56:37 -04:00
commit 3c349616ab

View File

@ -173,6 +173,7 @@
if (closeButton && !self.closeButton) {
self.closeButton = [self addCloseButtonWithAnimationDelegate:animationDelegate];
[self.closeButton setTintColor:[UIColor whiteColor]];
} else if (!closeButton && self.closeButton) {
[self.closeButton removeFromSuperview];
self.closeButton = nil;