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:
commit
3c349616ab
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user