Merge branch 'bugfix/gray_safe_area_for_fixed_buttons' into 'develop'

Bugfix/gray safe area for fixed buttons

See merge request BPHV_MIPS/mvm_core_ui!161
This commit is contained in:
Pfeil, Scott Robert 2019-10-28 08:55:45 -04:00
commit a86492d85d

View File

@ -330,7 +330,7 @@
bottomViewBot.active = YES;
UIView *safeAreaView = [MVMCoreUICommonViewsUtility getAndSetupSafeAreaViewOnView:self.view];
safeAreaView.backgroundColor = footerView.backgroundColor;
safeAreaView.backgroundColor = self.bottomView.backgroundColor;
self.safeAreaView = safeAreaView;
[NSLayoutConstraint activateConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"H:|-0-[footerView]-0@900-|" options:NSLayoutFormatDirectionLeadingToTrailing metrics:nil views:NSDictionaryOfVariableBindings(footerView)]];