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:
commit
a86492d85d
@ -330,7 +330,7 @@
|
|||||||
bottomViewBot.active = YES;
|
bottomViewBot.active = YES;
|
||||||
|
|
||||||
UIView *safeAreaView = [MVMCoreUICommonViewsUtility getAndSetupSafeAreaViewOnView:self.view];
|
UIView *safeAreaView = [MVMCoreUICommonViewsUtility getAndSetupSafeAreaViewOnView:self.view];
|
||||||
safeAreaView.backgroundColor = footerView.backgroundColor;
|
safeAreaView.backgroundColor = self.bottomView.backgroundColor;
|
||||||
self.safeAreaView = safeAreaView;
|
self.safeAreaView = safeAreaView;
|
||||||
|
|
||||||
[NSLayoutConstraint activateConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"H:|-0-[footerView]-0@900-|" options:NSLayoutFormatDirectionLeadingToTrailing metrics:nil views:NSDictionaryOfVariableBindings(footerView)]];
|
[NSLayoutConstraint activateConstraints:[NSLayoutConstraint constraintsWithVisualFormat:@"H:|-0-[footerView]-0@900-|" options:NSLayoutFormatDirectionLeadingToTrailing metrics:nil views:NSDictionaryOfVariableBindings(footerView)]];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user