From b8b1e0ddba0cc7ad1976380c0cdfa0fb0242b4df Mon Sep 17 00:00:00 2001 From: "Hedden, Kyle Matthew" Date: Mon, 15 Jul 2019 11:43:42 -0400 Subject: [PATCH] Expose status bar color setting. --- MVMCoreUI/TopAlert/MVMCoreUITopAlertView.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MVMCoreUI/TopAlert/MVMCoreUITopAlertView.h b/MVMCoreUI/TopAlert/MVMCoreUITopAlertView.h index 5f49eb13..9850cca3 100644 --- a/MVMCoreUI/TopAlert/MVMCoreUITopAlertView.h +++ b/MVMCoreUI/TopAlert/MVMCoreUITopAlertView.h @@ -50,4 +50,7 @@ // Get the background color based on the type - (nonnull UIColor *)getBackgroundColorForType:(nullable NSString *)type; +// Set the status bar color. Used for updating the status bar when the view changes. +- (void)setStatusBarColor:(nullable UIColor *)statusBarColor statusBarStyle:(UIStatusBarStyle)style; + @end