Bugfix/gray safe area for fixed buttons

This commit is contained in:
Hedden, Kyle Matthew 2019-10-28 08:55:44 -04:00 committed by Pfeil, Scott Robert
parent fdaab40266
commit a188de84cb

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)]];