Fixes Alert view color issue.

This commit is contained in:
Kevin G Christiano 2019-09-04 09:55:05 -04:00
parent a80b68dc14
commit 9b5b256594

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;