Merge branch 'feature/status_bar_color_updates' into 'develop'
Expose status bar color setting. See merge request BPHV_MIPS/mvm_core_ui!98
This commit is contained in:
commit
f76cfcee54
@ -50,4 +50,7 @@
|
|||||||
// Get the background color based on the type
|
// Get the background color based on the type
|
||||||
- (nonnull UIColor *)getBackgroundColorForType:(nullable NSString *)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
|
@end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user