Merge branch 'feature/fiveg_font' of https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui into feature/fiveg_font

This commit is contained in:
Pfeil, Scott Robert 2019-05-17 10:38:24 -04:00
commit 1aa53ead0b

View File

@ -704,6 +704,7 @@ CGFloat const PanelAnimationDuration = 0.2;
self.leftPanel = panel;
self.leftView.translatesAutoresizingMaskIntoConstraints = NO;
NSLayoutConstraint *leftPanelWidth = [NSLayoutConstraint constraintWithItem:self.leftView attribute:NSLayoutAttributeWidth relatedBy:NSLayoutRelationEqual toItem:nil attribute:NSLayoutAttributeNotAnAttribute multiplier:1.0 constant:270];
self.leftView.translatesAutoresizingMaskIntoConstraints = NO;
leftPanelWidth.active = YES;
self.leftPanelWidth = leftPanelWidth;
[NSLayoutConstraint constraintWithItem:self.mainView attribute:NSLayoutAttributeLeft relatedBy:NSLayoutRelationEqual toItem:self.leftView attribute:NSLayoutAttributeRight multiplier:1.0 constant:0].active = YES;