fix to bottom anchor
This commit is contained in:
parent
5d877a453a
commit
40240f4501
@ -873,7 +873,7 @@ CGFloat const PanelAnimationDuration = 0.2;
|
|||||||
if (tabs) {
|
if (tabs) {
|
||||||
[self addTabBar:tabs];
|
[self addTabBar:tabs];
|
||||||
} else {
|
} else {
|
||||||
NSLayoutConstraint *bottom = [self.view.safeAreaLayoutGuide.bottomAnchor constraintEqualToAnchor:progressView.bottomAnchor];
|
NSLayoutConstraint *bottom = [self.view.bottomAnchor constraintEqualToAnchor:progressView.bottomAnchor];
|
||||||
bottom.active = YES;
|
bottom.active = YES;
|
||||||
self.bottomConstraint = bottom;
|
self.bottomConstraint = bottom;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user